From 7a6d997843aa2eb4e7ea5328f532b7122ecf83e0 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Wed, 18 Nov 2015 21:06:24 -0800 Subject: [PATCH] Fix range sliders not sliding in Metro IE --- scss/components/_slider.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/components/_slider.scss b/scss/components/_slider.scss index ae1772f9c..40540df8f 100644 --- a/scss/components/_slider.scss +++ b/scss/components/_slider.scss @@ -58,6 +58,7 @@ $slider-transition: all 0.2s ease-in-out !default; background-color: $slider-background; cursor: pointer; user-select: none; + touch-action: none; } /// Adds the general styles for active fill for sliders. -- 2.47.2