mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed CSS with IE desktop fullscreen and desktop tools button.
This commit is contained in:
parent
b2c3238175
commit
96f5f2fb63
2 changed files with 7 additions and 9 deletions
|
@ -195,11 +195,14 @@
|
|||
|
||||
.fulldesk #column_l {
|
||||
width: 100%;
|
||||
height: unset;
|
||||
/*height: unset;*/
|
||||
/*max-height: unset;*/
|
||||
/*overflow-y: unset;*/
|
||||
margin-left: unset;
|
||||
overflow-y: unset;
|
||||
padding: 0;
|
||||
max-height: unset;
|
||||
max-height:100vh;
|
||||
height:100vh;
|
||||
overflow-y:hidden;
|
||||
}
|
||||
.fulldesk #column_l_bottomgap {
|
||||
display: none;
|
||||
|
@ -763,7 +766,6 @@
|
|||
top: 0;
|
||||
right: 0;
|
||||
border-left: 2px solid lightgray;
|
||||
display: none;
|
||||
}
|
||||
#DeskToolsRefreshButton {
|
||||
float: right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue