From 1d5e82c34100e76de6554188f27b1eec8b17ea4c Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 8 Sep 2018 08:49:09 +0200 Subject: [PATCH] Fixed tooltip flickering problems (this closes #51) --- public/css/grocy.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index 58b915a7..f0eee717 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -183,3 +183,8 @@ td { .typeahead .active { background-color: #e5e5e5; } + +/* Third party component customizations - Popper.js */ +.tooltip { + pointer-events: auto; +}