Fix graph area fill offset

This commit is contained in:
John Furrow
2016-12-10 21:13:37 -08:00
parent 5f4008b675
commit b748497cfc
+1 -1
View File
@@ -207,7 +207,7 @@ $client-stats--timestamp--foreground: #526780;
}
&__area {
transform: translateY($client-stats--speed--stroke--width / 2);
transform: translateY($client-stats--speed--stroke--width / -2);
}
&__line {