Merge pull request #1708 from AbleLincoln/zindex

Fix z-index for options context menu
pull/10616/head
Alex Paxton 2017-07-10 13:06:37 -07:00 committed by GitHub
commit 01386a26fe
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
## v1.3.5.0 [unreleased]
### Bug Fixes
1. [#1708](https://github.com/influxdata/chronograf/pull/1708): Fix z-index issue in dashboard cell context menu
### Features
### UI Improvements

View File

@ -176,7 +176,6 @@ input.form-control.dash-graph--name-edit {
.dash-graph--options {
width: $dash-graph-heading;
position: absolute;
z-index: 11;
right: 0px;
top: 0px;
text-align: center;
@ -209,6 +208,7 @@ input.form-control.dash-graph--name-edit {
left: 50%;
transform: translateX(-50%);
display: block;
z-index: 11;
list-style: none;
padding: 0;
margin: 0;