Z-index for options menu fixed

pull/10616/head
Andrew Maney 2017-07-10 13:14:50 -04:00
parent 0a80cac953
commit d54425347c
1 changed files with 1 additions and 1 deletions

View File

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