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

@@ -32,7 +32,7 @@
}
@media (min-width: 860px) {
max-height: 100%;
max-height: calc(100% - 40px);
}
}