Explorar o código

Remove flickering due to scrollbar ( Fix #196 )

RobinLinus %!s(int64=4) %!d(string=hai) anos
pai
achega
a9f9ee7359
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  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;
+    }
+}