forked from blisstown/campfire
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;
|
z-index: 101;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
.overlay {
|
.overlay {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vw;
|
height: 100vw;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue