Skip to content

Commit

Permalink
fix: disable touch-action on editor
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrosman committed Jun 6, 2024
1 parent 5447f07 commit 8d1e0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/lib/themes/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
cursor: crosshair;
height: auto;
font-size: 15px;
touch-action: none;
}

.vp-image {
Expand Down

0 comments on commit 8d1e0df

Please sign in to comment.