/**
 * SENSECHECK TELEMETRY STYLES v2.0 (SCK-04)
 * Полнокадровый слот живого графика в секции telemetry (index.html).
 */

#telemetry-slot {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    margin-top: 24px;
}

#telemetry-slot canvas {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
}