소스 검색

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;
+    }
+}