Explorar o código

fix: hide scrollbars in zenMode (#3144)

David Luzar %!s(int64=4) %!d(string=hai) anos
pai
achega
32acde500e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {