From b9fd0c75ec17c3a47447555edd8da8ec7facbea3 Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Mon, 8 Aug 2016 21:17:11 +0200 Subject: [PATCH] fix css input styles --- styles/modules/controls.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }