make sure input can scroll into view on mobile (#14619)

This commit is contained in:
Suzanne Aitchison 2021-08-31 08:11:00 +01:00 committed by GitHub
parent 909f5ae263
commit 89632249bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,13 +30,13 @@
box-sizing: border-box;
padding: var(--su-4);
width: 100%;
height: 800px;
max-height: 90vh;
min-height: 100%;
overflow: auto;
@media screen and (min-width: $breakpoint-s) {
justify-content: center;
padding: var(--su-7) var(--su-8);
height: 800px;
}
}