Skip to content

Commit

Permalink
Be less expansive with touch action selector (re: #7708)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jun 19, 2020
1 parent e207996 commit e7eef05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
-ms-user-select: none;
-ms-content-zooming: none;
}
.ideditor, .ideditor * {
.ideditor div {
/* disable pinch-to-zoom of the UI on touch devices */
touch-action: pan-x pan-y;
}
Expand Down

0 comments on commit e7eef05

Please sign in to comment.