fix popped-image overlay #472

axis-lock
Moe 2023-05-10 20:25:53 -07:00
parent f7922269e4
commit 7de7249850
1 changed files with 2 additions and 2 deletions

View File

@ -364,13 +364,13 @@ ul.squeeze {
bottom: 0;
left: 0;
margin: auto;
max-width: 100%;
max-width: 70%;
}
.popped-image {
position: fixed;
top:0;
left:0;
z-index: 1000;
z-index: 100111;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);