web/DialogHolder: fix top padding

This commit is contained in:
wukko 2024-09-09 00:10:35 +06:00
parent 53eb052fe6
commit 913beda417
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -58,8 +58,8 @@
}
#dialog-holder {
position: absolute;
padding-top: env(safe-area-inset-bottom);
position: fixed;
padding-top: env(safe-area-inset-top);
height: 100%;
width: 100%;
z-index: 99;