mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 18:55:44 +03:00
Use safe areas for backdrop inset
This commit is contained in:
parent
59cf6b2a58
commit
d001f30157
1 changed files with 2 additions and 0 deletions
|
@ -1044,6 +1044,8 @@ body:has(.status-deck) .media-post-link {
|
|||
|
||||
.szh-menu-container:has(.szh-menu--state-open) {
|
||||
inset: 0;
|
||||
inset: max(0, env(safe-area-inset-top)) max(0, env(safe-area-inset-right))
|
||||
max(0, env(safe-area-inset-bottom)) max(0, env(safe-area-inset-left));
|
||||
}
|
||||
.szh-menu {
|
||||
padding: 8px 0;
|
||||
|
|
Loading…
Reference in a new issue