Ensure single stat appears above line graph & annotations
parent
afbcfc3c0d
commit
5039c2d7c3
|
@ -93,6 +93,9 @@
|
|||
height: 100% !important;
|
||||
}
|
||||
}
|
||||
.dygraph > .single-stat {
|
||||
z-index: 3;
|
||||
}
|
||||
.single-stat--value {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
|
Loading…
Reference in New Issue