From 6845a759a007af2217cb70be39cd73ffc1e3e67f Mon Sep 17 00:00:00 2001 From: Vlad Piersec Date: Fri, 29 Oct 2021 14:26:23 +0300 Subject: [PATCH] fix(Slider): Fix slider appearance on Firefox --- react/features/video-quality/components/Slider.js | 1 + 1 file changed, 1 insertion(+) 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,