From 38ef62d0b9297ec6afc0b5a89e12c5b04b19c52a Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 16 Apr 2020 11:57:14 -0700 Subject: [PATCH] Web application fixes for IE11 --- package.json | 2 +- public/styles/style.css | 16 +++++++++++++++- views/default.handlebars | 16 ++++------------ 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index d2f99428..f3e2cd36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.5.1-w", + "version": "0.5.1-x", "keywords": [ "Remote Management", "Intel AMT", diff --git a/public/styles/style.css b/public/styles/style.css index 4468bd05..27f5d9ab 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -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 { diff --git a/views/default.handlebars b/views/default.handlebars index a9aaeea5..f26f925d 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -812,7 +812,7 @@

Details -

-
+