fix compose modal not following with page scroll

This commit is contained in:
ari melody 2025-07-14 04:53:55 +01:00
parent fe9d216552
commit 3d1f38bdce
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -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;