From 65cf0d0e5c7e7998b2d513daeb6179ac58d7c800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 2 Feb 2017 16:29:11 +0100 Subject: [PATCH] fix(graph legend): fixed legend table mode scrollbar visible when it needs to to, fixes #6828 --- public/sass/components/_panel_graph.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/public/sass/components/_panel_graph.scss b/public/sass/components/_panel_graph.scss index 9e919072dce..7b44c29f8fa 100644 --- a/public/sass/components/_panel_graph.scss +++ b/public/sass/components/_panel_graph.scss @@ -89,6 +89,7 @@ display: block; overflow-y: auto; overflow-x: hidden; + padding-bottom: 1px; } .graph-legend-series {