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

@@ -19,7 +19,6 @@
}
.intro {
composes: abs-fill from '../../lib/util.scss';
display: grid;
grid-template-rows: 1fr min-content;
align-items: center;
@@ -29,6 +28,9 @@
-webkit-overflow-scrolling: touch;
overflow: auto;
padding: 20px 0 0;
height: 100%;
box-sizing: border-box;
overscroll-behavior: contain;
}
.logo-container {