Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3090)

Unified Diff: dashboard/dashboard/elements/chart-container.html

Issue 3016663002: Decrement z-index of alert-icon and yaxis-label. (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/chart-container.html
diff --git a/dashboard/dashboard/elements/chart-container.html b/dashboard/dashboard/elements/chart-container.html
index 20ab56b2f589738b4102f64e3f8d63b07345f85f..6997750a496aded730bb602378dda822c77f89b1 100644
--- a/dashboard/dashboard/elements/chart-container.html
+++ b/dashboard/dashboard/elements/chart-container.html
@@ -64,7 +64,7 @@ triaging functionality in the chart.
position: absolute;
padding-top: 5px;
background-color: white;
- z-index: 1000;
+ z-index: 999;
}
#vline-container {
@@ -127,7 +127,7 @@ triaging functionality in the chart.
position: absolute;
margin-top: -5px;
margin-left: -6px;
- z-index: 1000;
+ z-index: 999;
}
#close-chart {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698