Promote dash-graph--options, demote dash-graph--container (#1373)

* Promote dash-graph--options, demote dash-graph--container

* Update CHANGELOG
pull/10616/head
lukevmorris 2017-05-01 17:56:15 -07:00 committed by Jared Scheib
parent c3ef011029
commit 66429dddce
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,7 @@
### Features
### UI Improvements
1. [#1365](https://github.com/influxdata/chronograf/pull/1365): Show red indicator on Hosts Page for an offline host
1. [#1373](https://github.com/influxdata/chronograf/pull/1373): Re-address dashboard cell stacking contexts
## v1.2.0-beta10 [2017-04-28]

View File

@ -86,7 +86,6 @@ $dash-graph-options-arrow: 8px;
top: $dash-graph-heading;
left: 0;
padding: 0;
z-index: 0;
& > div:not(.graph-empty) {
position: absolute;
@ -164,7 +163,7 @@ $dash-graph-options-arrow: 8px;
.dash-graph--options {
width: $dash-graph-heading;
position: absolute;
z-index: 1;
z-index: 11;
right: 0px;
top: 0px;