[frontend/components] Make mobile layout menu respect safe-area-inset
This commit is contained in:
parent
a6346b7429
commit
1701654f89
1 changed files with 1 additions and 0 deletions
|
@ -25,5 +25,6 @@
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
z-index: +26;
|
z-index: +26;
|
||||||
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue