Android tablet bugs (#246)

* Prevent two-up being lost under options. Fixes #241.

* Working around some glitching when page was scrolled.

* Prevent software keyboard popping up again in Android Chrome.
This commit is contained in:
Jake Archibald
2018-11-07 08:59:11 +00:00
committed by GitHub
parent 66aac12db7
commit bcf7a63118
5 changed files with 16 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
font: 12px/1.3 system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif;