Parcourir la source

prevent editor scrolling on mobile when displaying the keyboard

Former-commit-id: 26e5e71355cd662245a3cf98eec17ecbc4ef203b
Gildas il y a 6 ans
Parent
commit
6da90e19be
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {