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; +}