1
0
Fork 0

Fixed issue on window location when telemetry graph redraws

merge-requests/111/head
keikreutler 2016-11-20 19:12:07 +02:00 committed by Nikos Roussos
parent f7aa39dbf7
commit 7c7363008e
No known key found for this signature in database
GPG Key ID: BADFF1767BA7C8E1
1 changed files with 9 additions and 0 deletions

View File

@ -256,6 +256,7 @@ footer {
color: #ffff00;
}
/* Statistics page
==================== */
.stats {
@ -272,3 +273,11 @@ footer {
font-size: 2em;
font-weight: bold;
}
/* Telemetry D3 visualisation
============================= */
.chart {
min-height: 500px;
}