Promote dash-graph--options, demote dash-graph--container (#1373)
* Promote dash-graph--options, demote dash-graph--container * Update CHANGELOGpull/10616/head
parent
c3ef011029
commit
66429dddce
|
@ -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]
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue