From d65414731e0033e166c9e09041f50d1c0141d276 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Tue, 1 Nov 2016 11:24:03 +0000 Subject: [PATCH] removing widget thumb inline-block style to fix bug in safari --- ui/src/components/range-slider/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/components/range-slider/style.css b/ui/src/components/range-slider/style.css index b18de573..9146f646 100644 --- a/ui/src/components/range-slider/style.css +++ b/ui/src/components/range-slider/style.css @@ -37,7 +37,6 @@ background: #ffffff; cursor: pointer; - display: inline-block; height: remCalc(24); position: relative; top: -10px;