mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-24 22:25:52 -05:00
Fixed CSS with IE desktop fullscreen and desktop tools button.
This commit is contained in:
parent
e732ebc1c6
commit
214e2bbd56
@ -92,7 +92,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#page_content {
|
#page_content {
|
||||||
max-height: calc(100vh - 108px);
|
/*max-height: calc(100vh - 108px);*/
|
||||||
}
|
}
|
||||||
.fullscreen #page_content {
|
.fullscreen #page_content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -655,11 +655,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chartViewCanvas {
|
.chartViewCanvas {
|
||||||
<<<<<<< HEAD
|
|
||||||
width: 80px;
|
width: 80px;
|
||||||
=======
|
|
||||||
width: 60px;
|
|
||||||
>>>>>>> b375b9fdb2584c2cd6311834bd6c540545d075b4
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -195,11 +195,14 @@
|
|||||||
|
|
||||||
.fulldesk #column_l {
|
.fulldesk #column_l {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: unset;
|
/*height: unset;*/
|
||||||
|
/*max-height: unset;*/
|
||||||
|
/*overflow-y: unset;*/
|
||||||
margin-left: unset;
|
margin-left: unset;
|
||||||
overflow-y: unset;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
max-height: unset;
|
max-height:100vh;
|
||||||
|
height:100vh;
|
||||||
|
overflow-y:hidden;
|
||||||
}
|
}
|
||||||
.fulldesk #column_l_bottomgap {
|
.fulldesk #column_l_bottomgap {
|
||||||
display: none;
|
display: none;
|
||||||
@ -763,7 +766,6 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
border-left: 2px solid lightgray;
|
border-left: 2px solid lightgray;
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
#DeskToolsRefreshButton {
|
#DeskToolsRefreshButton {
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
Reference in New Issue
Block a user