Working around some glitching when page was scrolled.

This commit is contained in:
Jake Archibald
2018-11-06 17:15:49 +00:00
parent 556a98cb32
commit 01885dbbc1
3 changed files with 4 additions and 2 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 {