diff --git a/styles/modules/controls.css b/styles/modules/controls.css index 6d2ac3c..145793a 100644 --- a/styles/modules/controls.css +++ b/styles/modules/controls.css @@ -219,8 +219,7 @@ input[type=range]:focus { outline: none; } -input[type='range']:not(*:root) { - overflow: hidden; +input[type='range'] { background-color: transparent; }