fix: fix modal top
This commit is contained in:
parent
2c389ef2b2
commit
770b66cb4e
@ -1,4 +1,5 @@
|
||||
.page {
|
||||
position: relative;
|
||||
flex: auto;
|
||||
height: calc(100vh - 50px);
|
||||
max-height: -webkit-fill-available;
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
z-index: 2000;
|
||||
animation: appearanceBackground .6s ease-in;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user