From af6baff808ba38c2538e43c554190a3049cb15c0 Mon Sep 17 00:00:00 2001 From: lukevmorris Date: Thu, 6 Apr 2017 14:30:36 -0700 Subject: [PATCH] These three are siblings now; give them a stacking priority (#1215) --- ui/src/style/pages/dashboards.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/src/style/pages/dashboards.scss b/ui/src/style/pages/dashboards.scss index 7d4dff2d0..ae500071e 100644 --- a/ui/src/style/pages/dashboards.scss +++ b/ui/src/style/pages/dashboards.scss @@ -57,6 +57,7 @@ $dash-graph-options-arrow: 8px; left: 0; } .dash-graph--container { + z-index: 0; user-select: none !important; -o-user-select: none !important; -moz-user-select: none !important; @@ -88,7 +89,7 @@ $dash-graph-options-arrow: 8px; } } .dash-graph--heading { - z-index: 1; + z-index: 0; user-select: none !important; -o-user-select: none !important; -moz-user-select: none !important; @@ -146,7 +147,7 @@ $dash-graph-options-arrow: 8px; .dash-graph--options { width: $dash-graph-heading; position: absolute; - z-index: 2; + z-index: 1; right: 0px; top: 0px;