Fixed CSS with IE desktop fullscreen and desktop tools button.

Ylian Saint-Hilaire committed Apr 16, 2019 at 15:40 UTC 214e2bbd56642587d19a9a88938c3c4cd0805e4a
2 files changed +7 -9
public/styles/style-old.css
+1 -5
@@ -92,7 +92,7 @@
92 }
93
94 #page_content {
95 - max-height: calc(100vh - 108px);
95 + /*max-height: calc(100vh - 108px);*/
96 }
97 .fullscreen #page_content {
98 position: absolute;
@@ -655,11 +655,7 @@
655 }
656
657 .chartViewCanvas {
658 -<<<<<<< HEAD
658 width: 80px;
660 -=======
661 - width: 60px;
662 ->>>>>>> b375b9fdb2584c2cd6311834bd6c540545d075b4
659 display: inline-block;
660 }
661
public/styles/style.css
+6 -4
@@ -195,11 +195,14 @@
195
196 .fulldesk #column_l {
197 width: 100%;
198 - height: unset;
198 + /*height: unset;*/
199 + /*max-height: unset;*/
200 + /*overflow-y: unset;*/
201 margin-left: unset;
200 - overflow-y: unset;
202 padding: 0;
202 - max-height: unset;
203 + max-height:100vh;
204 + height:100vh;
205 + overflow-y:hidden;
206 }
207 .fulldesk #column_l_bottomgap {
208 display: none;
@@ -763,7 +766,6 @@
766 top: 0;
767 right: 0;
768 border-left: 2px solid lightgray;
766 - display: none;
769 }
770 #DeskToolsRefreshButton {
771 float: right;