.subtitleEditor {
    width: 100%;
}

.slider {
    width: 100%;
    overflow: auto;
    position: relative;
}

.canvas {
    width:100%;
    height: 130px;
    margin: 2rem auto;
}

.scrubber {
    /* height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #888;
}