From 45ae386005e58ec65cd0c96e8f2283177ba7489e Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 6 Apr 2019 14:41:43 +0200 Subject: [PATCH] Fixed context menu is not visible when the table height is smaller than the menu height (fixes #195) --- public/css/grocy.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index bf4264a7..18e4fa38 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -199,6 +199,10 @@ td { display: none; } +.dataTables_scrollBody { + overflow: visible !important; +} + /* Third party component customizations - toastr */ #toast-container > div { opacity: 1;