Add support for dynamic viewport height (#36272)
Co-authored-by: l <eh.chahkiev@smartics.ru>
This commit is contained in:
parent
d51723bb57
commit
e4094d9fb2
3 changed files with 8 additions and 1 deletions
|
|
@ -69,6 +69,7 @@ body {
|
|||
&.layout-single-column {
|
||||
height: auto;
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
|
|
@ -185,7 +186,8 @@ button {
|
|||
}
|
||||
|
||||
& > noscript {
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -193,6 +195,7 @@ button {
|
|||
&,
|
||||
& > div {
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue