diff --git a/public/css/grocy.css b/public/css/grocy.css index 876ccb3d..5e55397e 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -161,3 +161,8 @@ td { .date-only-datetimepicker .bootstrap-datetimepicker-widget.dropdown-menu { width: auto !important; } + +/* Third party component customizations - Popper.js */ +.tooltip .arrow { + display: none; +}