]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix range sliders not sliding in Metro IE
authorGeoff Kimball <geoff@zurb.com>
Thu, 19 Nov 2015 05:06:24 +0000 (21:06 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 19 Nov 2015 05:06:24 +0000 (21:06 -0800)
scss/components/_slider.scss

index ae1772f9cecc5394842422810374fd111ee6693e..40540df8f2dc07eaf0c1fbe12237c9dd8b04f58e 100644 (file)
@@ -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.