Sfoglia il codice sorgente

Remove flickering due to scrollbar ( Fix #196 )

RobinLinus 4 anni fa
parent
commit
a9f9ee7359
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 12 0
      client/styles.css

+ 12 - 0
client/styles.css

@@ -735,3 +735,15 @@ x-dialog x-paper {
         --bg-color-secondary: #f1f3f4;
     }
 }
+
+
+/* 
+    Edge specific styles
+*/
+@supports (-ms-ime-align: auto) {
+
+    html,
+    body {
+        overflow: hidden;
+    }
+}