浏览代码

Remove flickering due to scrollbar ( Fix #196 )

RobinLinus 4 年之前
父节点
当前提交
a9f9ee7359
共有 1 个文件被更改,包括 12 次插入0 次删除
  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;
+    }
+}