Skip to content

Commit

Permalink
Disable drag on images etc
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <knut@ahlers.me>
  • Loading branch information
Luzifer committed Jul 27, 2024
1 parent 630b1b7 commit 34201b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* {
-webkit-user-drag: none !important;
}

html,
body,
#app {
Expand Down

0 comments on commit 34201b1

Please sign in to comment.