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': {
|
'&.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,
|
||||||
|
|
Loading…
Reference in New Issue