fix: Improve support for safe area insets (#35065)
This commit is contained in:
parent
69f298731e
commit
59dc0bd6f3
3 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,7 @@ body {
|
|||
padding: 0;
|
||||
padding-left: env(safe-area-inset-left);
|
||||
padding-right: env(safe-area-inset-right);
|
||||
box-sizing: border-box;
|
||||
|
||||
&.layout-single-column {
|
||||
height: auto;
|
||||
|
@ -61,6 +62,7 @@ body {
|
|||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
&.with-modals--active {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue