panel height

This commit is contained in:
yonghyon
2024-02-01 14:12:23 +09:00
parent 21ad65178e
commit 55961145a5

View File

@@ -2,7 +2,7 @@
.tpanelmain {
width: 100%;
height: 100%;
height: 100vh;
box-sizing: border-box;
color: black;
@@ -11,6 +11,7 @@
color: @COLOR_GRAY03;
padding: 0 !important;
word-break: keep-all;
height: 100%;
}
&.isTabActivated {