fixing invisible content and page height
This commit is contained in:
parent
b55316db7e
commit
871c4fbef0
|
@ -188,7 +188,7 @@
|
|||
}
|
||||
|
||||
.fullscreen #column_l {
|
||||
height: calc(100vh - 111px);
|
||||
height: calc(100vh - 135px);
|
||||
width: calc(100% - 30px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<div id="cxmmdesktop" class="cmtext" style="display:none" onclick="cmmeshaction(3,event)">Multi-Desktop</div>
|
||||
</div>
|
||||
<!-- main page -->
|
||||
<div id=container style=max-height:100vh;position:relative>
|
||||
<div id=container>
|
||||
<div id="notifiyBox" class="notifiyBox" style="display:none"></div>
|
||||
<div id=mastheadx></div>
|
||||
<div id=masthead class=noselect>
|
||||
|
|
Loading…
Reference in New Issue