Skip to content
Snippets Groups Projects
Commit 3c1194a0 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Add pointer-events:none to sprite img to prevent dragging.

draggable=false is not enough for firefox
parent ed7d6c9d
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
.sprite-image { .sprite-image {
margin: auto; margin: auto;
user-select: none; user-select: none;
pointer-events: none;
max-width: 32px; max-width: 32px;
max-height: 32px; max-height: 32px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment