From 4e8396dbcea9907f9b819f529b146dfbd9f1cc7d Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 19 Apr 2016 13:41:35 +0200 Subject: [PATCH] fix(graph): sets legend table scroll to auto closes #4760 --- public/sass/components/_panel_graph.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/sass/components/_panel_graph.scss b/public/sass/components/_panel_graph.scss index ca79034a0bd..b830561f816 100644 --- a/public/sass/components/_panel_graph.scss +++ b/public/sass/components/_panel_graph.scss @@ -85,7 +85,8 @@ } .graph-legend-table { - overflow-y: scroll; + overflow-y: auto; + overflow-x: hidden; .graph-legend-series { display: table-row;