Fixed: input in gallery shouold be absolute

This commit is contained in:
Philipp Lang 2020-10-29 21:33:09 +00:00
parent 1af4858d60
commit b7774236f6
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@
input {
visibility: hidden;
z-index: -999;
position: relative;
position: absolute;
& + img {
max-width: 100%;
height: auto;