Ensure single stat appears above line graph & annotations

pull/10616/head
Alex P 2018-02-28 14:30:27 -08:00
parent afbcfc3c0d
commit 5039c2d7c3
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@
height: 100% !important;
}
}
.dygraph > .single-stat {
z-index: 3;
}
.single-stat--value {
position: absolute;
top: 50%;