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
|
|
@ -2988,6 +2988,7 @@ a.account__display-name {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
|
||||
&__pane {
|
||||
|
|
@ -3320,6 +3321,7 @@ a.account__display-name {
|
|||
|
||||
.columns-area__panels {
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue