about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-06-21 21:33:00 +0200
committerThibG <thib@sitedethib.com>2018-06-21 22:17:19 +0200
commitd0faac90274774625627d9e39d4cea7dba0d7f42 (patch)
tree3236bfe69227dc34326719fc2896cdaa08c55213 /app/javascript/flavours/glitch/styles/components
parent26c20a4ec7868753b284670575f28f201a5cef9f (diff)
Fix clicking on collapsed toots with a background (fixes #547)
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r--app/javascript/flavours/glitch/styles/components/status.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss
index 2b31e2dcb..f3c1fc375 100644
--- a/app/javascript/flavours/glitch/styles/components/status.scss
+++ b/app/javascript/flavours/glitch/styles/components/status.scss
@@ -229,6 +229,7 @@
       top: 0;
       bottom: 0;
       background-image: linear-gradient(to bottom, rgba($base-shadow-color, .75), rgba($base-shadow-color, .65) 24px, rgba($base-shadow-color, .8));
+      pointer-events: none;
       content: "";
     }