fix: fix modal top

This commit is contained in:
gofnnp 2023-08-21 17:46:57 +04:00
parent 2c389ef2b2
commit 770b66cb4e
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
.page { .page {
position: relative;
flex: auto; flex: auto;
height: calc(100vh - 50px); height: calc(100vh - 50px);
max-height: -webkit-fill-available; max-height: -webkit-fill-available;

View File

@ -5,6 +5,7 @@
overflow: hidden; overflow: hidden;
position: fixed; position: fixed;
top: 0; top: 0;
left: 0;
width: 100vw; width: 100vw;
z-index: 2000; z-index: 2000;
animation: appearanceBackground .6s ease-in; animation: appearanceBackground .6s ease-in;