mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Graph: css & scroll fix for dropdown menus in graph edit mode, Closes #855
This commit is contained in:
parent
bf361d2b02
commit
ce972d4f19
@ -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
|
||||
|
@ -90,7 +90,7 @@
|
||||
{{option.name}}: {{option.value}}
|
||||
</li>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -114,6 +114,10 @@
|
||||
.panel-content {
|
||||
padding-bottom: 130px;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard-fullscreen {
|
||||
|
Loading…
Reference in New Issue
Block a user