mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 03:15:32 +00:00
Fix clicking on collapsed toots with a background (fixes #547)
This commit is contained in:
parent
26c20a4ec7
commit
d0faac9027
|
@ -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: "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue