Skip to content

Commit

Permalink
IE touch device fix
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
theiawolfe committed Jun 16, 2015
1 parent fc28ceb commit d6bd30f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ $ps-bar-hover: #999;
}

.ps-container {
-ms-touch-action: none;
overflow: hidden !important;

&.ps-active-x > .ps-scrollbar-x-rail,
Expand Down

0 comments on commit d6bd30f

Please sign in to comment.