From ce972d4f194cecdb000d608d6e762a9ba998604c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 30 Sep 2014 17:56:43 +0200 Subject: [PATCH] Graph: css & scroll fix for dropdown menus in graph edit mode, Closes #855 --- CHANGELOG.md | 1 + src/app/panels/graph/styleEditor.html | 2 +- src/css/less/grafana.less | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82390a8e88c..52ee0066cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ # 1.8.1 (unreleased) **Fixes** +- [Issue #855](https://github.com/grafana/grafana/issues/855). Graph: Fix for scroll issue in graph edit mode when dropdown goes below screen - [Issue #847](https://github.com/grafana/grafana/issues/847). Graph: Fix for series draw order not being the same after hiding/unhiding series - [Issue #851](https://github.com/grafana/grafana/issues/851). Annotations: Fix for annotations not reloaded when switching between 2 dashboards with annotations - [Issue #846](https://github.com/grafana/grafana/issues/846). Edit panes: Issue when open row or json editor when scrolled down the page, unable to scroll and you did not see editor diff --git a/src/app/panels/graph/styleEditor.html b/src/app/panels/graph/styleEditor.html index cd83f23f197..13644e95578 100644 --- a/src/app/panels/graph/styleEditor.html +++ b/src/app/panels/graph/styleEditor.html @@ -90,7 +90,7 @@ {{option.name}}: {{option.value}} diff --git a/src/css/less/grafana.less b/src/css/less/grafana.less index 9f55faf3ba7..6c2c5e4ea61 100644 --- a/src/css/less/grafana.less +++ b/src/css/less/grafana.less @@ -114,6 +114,10 @@ .panel-content { padding-bottom: 130px; } + + .dropdown-menu { + margin-bottom: 70px; + } } .dashboard-fullscreen {