mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Web application fixes for IE11
This commit is contained in:
parent
8da5c11b42
commit
901bb6529e
3 changed files with 20 additions and 14 deletions
|
@ -61,6 +61,14 @@ body {
|
|||
grid-template-areas: "header header" "nav nav" "content content" "footer footer";
|
||||
}
|
||||
|
||||
.nofooter.fullscreen.menu_stack #container {
|
||||
-ms-grid-rows: 66px minmax(24px, max-content) 1fr 0px;
|
||||
grid-template-rows: 66px minmax(24px, max-content) auto 0px;
|
||||
-ms-grid-columns: 90px 1fr;
|
||||
/*grid-template-columns: 90px repeat(auto-fit, minmax(900px, 1fr));*/
|
||||
grid-template-areas: "header header" "nav nav" "content content" "footer footer";
|
||||
}
|
||||
|
||||
.fullscreen #container {
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
|
@ -79,6 +87,11 @@ body {
|
|||
grid-template-rows: 66px 24px auto 45px;
|
||||
}
|
||||
|
||||
.nofooter #container {
|
||||
-ms-grid-rows: 66px 24px 1fr 0px;
|
||||
grid-template-rows: 66px 24px auto 0px;
|
||||
}
|
||||
|
||||
.fulldesk #container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -294,6 +307,7 @@ body {
|
|||
background-color: #fff;
|
||||
/* max-height: calc(100vh - 151px); */
|
||||
min-width: unset;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.night #column_l {
|
||||
|
@ -314,7 +328,7 @@ body {
|
|||
width: unset;
|
||||
/* height: calc(100vh - 111px);
|
||||
width: calc(100% - 30px); */
|
||||
overflow-y: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.menu_stack.fullscreen #column_l, .login #column_l, .arg_hide #column_l {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue