These three are siblings now; give them a stacking priority (#1215)

pull/1217/head
lukevmorris 2017-04-06 14:30:36 -07:00 committed by GitHub
parent f52a96d8cd
commit af6baff808
1 changed files with 3 additions and 2 deletions

View File

@ -57,6 +57,7 @@ $dash-graph-options-arrow: 8px;
left: 0; left: 0;
} }
.dash-graph--container { .dash-graph--container {
z-index: 0;
user-select: none !important; user-select: none !important;
-o-user-select: none !important; -o-user-select: none !important;
-moz-user-select: none !important; -moz-user-select: none !important;
@ -88,7 +89,7 @@ $dash-graph-options-arrow: 8px;
} }
} }
.dash-graph--heading { .dash-graph--heading {
z-index: 1; z-index: 0;
user-select: none !important; user-select: none !important;
-o-user-select: none !important; -o-user-select: none !important;
-moz-user-select: none !important; -moz-user-select: none !important;
@ -146,7 +147,7 @@ $dash-graph-options-arrow: 8px;
.dash-graph--options { .dash-graph--options {
width: $dash-graph-heading; width: $dash-graph-heading;
position: absolute; position: absolute;
z-index: 2; z-index: 1;
right: 0px; right: 0px;
top: 0px; top: 0px;