about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-03-18 20:32:44 +0100
committerGitHub <noreply@github.com>2018-03-18 20:32:44 +0100
commit3b440bd5af92682c388140035c1bcdc6f9711b1d (patch)
tree295dec38eb109f46228930bf2d75ad1c945b867f /app/javascript/styles
parent39f27b6cf3868806fc3a35003f8600f60795d737 (diff)
Fix elephant graphic being draggable and selectable (#6819)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/components.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 587fe62da..20e07a042 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -1842,6 +1842,9 @@
     object-position: bottom left;
     width: 100%;
     height: 100%;
+    pointer-events: none;
+    user-drag: none;
+    user-select: none;
   }
 }