diff --git a/react/features/video-quality/components/Slider.js b/react/features/video-quality/components/Slider.js index 0eec69a94..01cd1214d 100644 --- a/react/features/video-quality/components/Slider.js +++ b/react/features/video-quality/components/Slider.js @@ -92,6 +92,7 @@ const useStyles = makeStyles(theme => { '&.custom-slider': { '-webkit-appearance': 'none', background: 'transparent', + height, left: 0, position: 'absolute', top: 0,