From 2be5ee0bd571cdcadce2e6ff8df29cfecbc593b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 2 Jan 2017 12:22:56 +0100 Subject: [PATCH] fix(graph): fixed graph legend issue with always visible scrollbar, fixes #6828 --- CHANGELOG.md | 9 +++++++++ public/sass/components/_panel_graph.scss | 1 + 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 114b1528476..76654a22213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 4.2.0 (unreleased) + +# 4.0.0 (unreleased) + +### Bugfixes +* **Server side PNG rendering**: Fixed issue with y-axis label rotation in phantomjs rendered images [#6924](https://github.com/grafana/grafana/issues/6924) +* **Graph**: Fixed centering of y-axis label [#7099](https://github.com/grafana/grafana/issues/7099) +* **Graph**: Fixed graph legend table mode and always visible scrollbar [#6828](https://github.com/grafana/grafana/issues/6828) + # 4.1-beta1 (2016-12-21) ### Enhancements diff --git a/public/sass/components/_panel_graph.scss b/public/sass/components/_panel_graph.scss index f02a45a96ae..d23e62cb593 100644 --- a/public/sass/components/_panel_graph.scss +++ b/public/sass/components/_panel_graph.scss @@ -87,6 +87,7 @@ .graph-legend-table { overflow-y: auto; overflow-x: hidden; + display: table; .graph-legend-series { display: table-row;