fix compose modal not following with page scroll
This commit is contained in:
parent
fe9d216552
commit
3d1f38bdce
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
z-index: 101;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
pointer-events: none;
|
||||
|
@ -50,7 +50,7 @@
|
|||
.overlay {
|
||||
width: 100vw;
|
||||
height: 100vw;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 100;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue