From b7774236f67316c5a1a4e0a37efbc6e6ed02ff6e Mon Sep 17 00:00:00 2001 From: Philipp Lang Date: Thu, 29 Oct 2020 21:33:09 +0000 Subject: [PATCH] Fixed: input in gallery shouold be absolute --- formwidgets/responsiveimage/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formwidgets/responsiveimage/assets/css/main.css b/formwidgets/responsiveimage/assets/css/main.css index 4198cb3..2dc4235 100644 --- a/formwidgets/responsiveimage/assets/css/main.css +++ b/formwidgets/responsiveimage/assets/css/main.css @@ -231,7 +231,7 @@ input { visibility: hidden; z-index: -999; - position: relative; + position: absolute; & + img { max-width: 100%; height: auto;