fix(Slider): Fix slider appearance on Firefox

This commit is contained in:
Vlad Piersec 2021-10-29 14:26:23 +03:00 committed by vp8x8
parent 7aca5e71b9
commit 6845a759a0
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ const useStyles = makeStyles(theme => {
'&.custom-slider': { '&.custom-slider': {
'-webkit-appearance': 'none', '-webkit-appearance': 'none',
background: 'transparent', background: 'transparent',
height,
left: 0, left: 0,
position: 'absolute', position: 'absolute',
top: 0, top: 0,