| 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 {
|
|
|