diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-06-21 21:33:00 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-06-21 22:17:19 +0200 |
commit | d0faac90274774625627d9e39d4cea7dba0d7f42 (patch) | |
tree | 3236bfe69227dc34326719fc2896cdaa08c55213 | |
parent | 26c20a4ec7868753b284670575f28f201a5cef9f (diff) |
Fix clicking on collapsed toots with a background (fixes #547)
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 1 |
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: ""; } |