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