Skip to content

Commit

Permalink
add -webkit-user-select
Browse files Browse the repository at this point in the history
move user-select down
  • Loading branch information
Komeyl94 committed Jul 26, 2023
1 parent cfcebcb commit 1050af4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/keen-slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
display: flex;
overflow: hidden;
position: relative;
user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
Expand Down

0 comments on commit 1050af4

Please sign in to comment.