make sure input can scroll into view on mobile (#14619)
This commit is contained in:
parent
909f5ae263
commit
89632249bd
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue