Skip to content

Commit

Permalink
MM-13182 Allow clicking on links behind collapsed post fade effect (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhealey committed Nov 29, 2018
1 parent 00f517e commit 5404595
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sass/layout/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1894,13 +1894,17 @@

.post-collapse {
bottom: 0;
pointer-events: none;
position: absolute;
width: 100%;

.post-collapse__gradient, .post-attachment-collapse__gradient {
pointer-events: none;
position: relative;
}

.post-collapse__show-more {
pointer-events: auto;
}
}

.post-collapse__show-more {
Expand Down

0 comments on commit 5404595

Please sign in to comment.