panel height
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.tpanelmain {
|
.tpanelmain {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
color: @COLOR_GRAY03;
|
color: @COLOR_GRAY03;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
word-break: keep-all;
|
word-break: keep-all;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.isTabActivated {
|
&.isTabActivated {
|
||||||
|
|||||||
Reference in New Issue
Block a user