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 {
|
#dialog-holder {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
padding-top: env(safe-area-inset-bottom);
|
padding-top: env(safe-area-inset-top);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
|
Loading…
Reference in a new issue