fix popped-image overlay #472
parent
f7922269e4
commit
7de7249850
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue