From b9fff4954a4688effaec97caf2ebbbba64d12f89 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 19 Sep 2021 16:20:06 +0200 Subject: [PATCH] Fixed modal backdrop z-index (references #1589) --- public/css/grocy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index 618af5a7..7b0ce2d2 100755 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -140,7 +140,7 @@ input::-webkit-inner-spin-button { bottom: 0; position: fixed; width: 100%; - z-index: 5000; + z-index: 1030; } form.has-sticky-form-footer .form-group:nth-last-child(2) {