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.
This commit is contained in:
dan 2015-06-16 15:43:00 -04:00
parent fc28ceb4ea
commit d6bd30f2da

View File

@ -62,6 +62,7 @@ $ps-bar-hover: #999;
}
.ps-container {
-ms-touch-action: none;
overflow: hidden !important;
&.ps-active-x > .ps-scrollbar-x-rail,