Fix clicking on collapsed toots with a background (fixes #547)

This commit is contained in:
Thibaut Girka 2018-06-21 21:33:00 +02:00 committed by ThibG
parent 26c20a4ec7
commit d0faac9027
1 changed files with 1 additions and 0 deletions

View File

@ -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: "";
}