Explorar el Código

fix: hide scrollbars in zenMode (#3144)

David Luzar hace 4 años
padre
commit
32acde500e
Se han modificado 1 ficheros con 1 adiciones y 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 {