diff --git a/src/common/Slider/styles.less b/src/common/Slider/styles.less index 3f46cba42..30d796423 100644 --- a/src/common/Slider/styles.less +++ b/src/common/Slider/styles.less @@ -9,9 +9,6 @@ html.active-slider-within { } .slider-container { - --track-size: 0.5rem; - --thumb-size: 1.5rem; - position: relative; z-index: 0; overflow: visible; diff --git a/src/routes/Player/ControlBar/styles.less b/src/routes/Player/ControlBar/styles.less index 8dd80785f..6cd36691f 100644 --- a/src/routes/Player/ControlBar/styles.less +++ b/src/routes/Player/ControlBar/styles.less @@ -4,6 +4,9 @@ padding: 0 1.5rem; .seek-bar { + --track-size: 0.5rem; + --thumb-size: 1.5rem; + height: 2.5rem; }