fix(Slider): Fix slider appearance on Firefox
This commit is contained in:
parent
7aca5e71b9
commit
6845a759a0
|
@ -92,6 +92,7 @@ const useStyles = makeStyles(theme => {
|
|||
'&.custom-slider': {
|
||||
'-webkit-appearance': 'none',
|
||||
background: 'transparent',
|
||||
height,
|
||||
left: 0,
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
|
|
Loading…
Reference in New Issue