fix: fix modal top
This commit is contained in:
parent
2c389ef2b2
commit
770b66cb4e
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user