浏览代码

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;
         width: 100vw;
         height: 100vh;
+        overflow: hidden;
       }
 
       .visually-hidden {