Explorar o código

prevent editor scrolling on mobile when displaying the keyboard

Former-commit-id: 26e5e71355cd662245a3cf98eec17ecbc4ef203b
Gildas %!s(int64=6) %!d(string=hai) anos
pai
achega
6da90e19be
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      extension/ui/editor/editor.css

+ 1 - 0
extension/ui/editor/editor.css

@@ -1,6 +1,7 @@
 html,
 body {
     height: 100%;
+    overflow: hidden;
 }
 
 body {