web/DialogHolder: fix top padding
This commit is contained in:
parent
53eb052fe6
commit
913beda417
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue