瀏覽代碼

fix: hide scrollbars in zenMode (#3144)

David Luzar 4 年之前
父節點
當前提交
32acde500e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/index.html

+ 1 - 0
public/index.html

@@ -116,6 +116,7 @@
         user-select: none;
         user-select: none;
         width: 100vw;
         width: 100vw;
         height: 100vh;
         height: 100vh;
+        overflow: hidden;
       }
       }
 
 
       .visually-hidden {
       .visually-hidden {