From d6bd30f2daf677d1d56541df784654e47ab86087 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 16 Jun 2015 15:43:00 -0400 Subject: [PATCH] IE touch device fix Add vendor specific css for IE to handle let javascript handle touch events instead of letting css attempt to handle them. Without this CSS property IE touch devices do not work. --- src/css/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/main.scss b/src/css/main.scss index 7a72018..bad2da6 100644 --- a/src/css/main.scss +++ b/src/css/main.scss @@ -62,6 +62,7 @@ $ps-bar-hover: #999; } .ps-container { + -ms-touch-action: none; overflow: hidden !important; &.ps-active-x > .ps-scrollbar-x-rail,