Commit 4a6ff9e2 by Torkel Ödegaard

Merge branch 'v1.8.x'

parents b250d103 ce972d4f
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
# 1.8.1 (unreleased) # 1.8.1 (unreleased)
**Fixes** **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 #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 #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 - [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
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
{{option.name}}: {{option.value}} {{option.name}}: {{option.value}}
</li> </li>
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle grafana-target-segment" data-toggle="dropdown" gf-dropdown="overrideMenu" bs-tooltip="'set option to override'" data-placement="right"> <a class="dropdown-toggle grafana-target-segment" data-toggle="dropdown" gf-dropdown="overrideMenu" bs-tooltip="'set option to override'" data-placement="top">
<i class="icon-plus"></i> <i class="icon-plus"></i>
</a> </a>
</li> </li>
......
...@@ -119,6 +119,10 @@ ...@@ -119,6 +119,10 @@
.panel-content { .panel-content {
padding-bottom: 130px; padding-bottom: 130px;
} }
.dropdown-menu {
margin-bottom: 70px;
}
} }
.dashboard-fullscreen { .dashboard-fullscreen {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment