diff --git a/src/components/remotecontrol/remotecontrol.css b/src/components/remotecontrol/remotecontrol.css index bc1929f58d..11872daa66 100644 --- a/src/components/remotecontrol/remotecontrol.css +++ b/src/components/remotecontrol/remotecontrol.css @@ -54,9 +54,7 @@ } .nowPlayingPositionSlider { - width: -moz-available; /* Mozilla-based browsers will ignore this. */ - width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ - width: fill-available; + width: stretch; } .nowPlayingPositionSliderContainer {