From 7e08224c757c55523b74994baf5c86070a2e939d Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 18 Oct 2020 14:13:39 +0200 Subject: [PATCH] Fixed tooltip/model z-index (fixes #1065) --- public/css/grocy.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index c94204d4..7fcf4004 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -318,7 +318,7 @@ input::-webkit-inner-spin-button { /* Always show modals over everything else */ .modal { - z-index: 99999; + z-index: 99998; } /* Third party component customizations - DataTables */ @@ -429,6 +429,7 @@ html { /* Third party component customizations - Popper.js */ .tooltip { pointer-events: none; + z-index: 99999 !important; } /* Third party component customizations - QuaggaJS */