Fixed: input in gallery shouold be absolute
This commit is contained in:
parent
1af4858d60
commit
b7774236f6
|
@ -231,7 +231,7 @@
|
|||
input {
|
||||
visibility: hidden;
|
||||
z-index: -999;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
& + img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in New Issue