Merge "Don't block clicks on vertical scrollbar behind fade-out effect"

This commit is contained in:
jenkins-bot 2019-04-26 10:12:42 +00:00 committed by Gerrit Code Review
commit 61c91d7256

View file

@ -37,6 +37,7 @@
background-image: -moz-linear-gradient( top, rgba( 255, 255, 255, 0 ), rgba( 255, 255, 255, 1 ) );
background-image: linear-gradient( rgba( 255, 255, 255, 0 ), rgba( 255, 255, 255, 1 ) );
.transition( bottom 250ms ease );
pointer-events: none; // Allows clicking "through" the element
}
&.mwe-popups-fade-out {