fix: .image-viewer positioning on mobile causing gallery to disappear
This commit is contained in:
parent
aee0756fea
commit
5ff425ea6c
|
@ -190,7 +190,6 @@ export default {
|
||||||
|
|
||||||
.image-viewer {
|
.image-viewer {
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
position: relative;
|
|
||||||
|
|
||||||
transition: opacity 1s; //TEMP
|
transition: opacity 1s; //TEMP
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
Loading…
Reference in New Issue