Skip to content

Commit

Permalink
Fix: Prevent canvas flickering on tap for mobile safari (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press authored Oct 3, 2017
1 parent bd35003 commit 14322b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/viewers/doc/_docBase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
overflow: hidden;
position: absolute;
right: 0;
// Removes canvas flickering on tap for iOS Safari
-webkit-tap-highlight-color: transparent;
top: 0;
user-select: none;
width: 100%;
Expand Down

0 comments on commit 14322b8

Please sign in to comment.