mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-15 11:46:55 +00:00
Merge "Don't block clicks on vertical scrollbar behind fade-out effect"
This commit is contained in:
commit
61c91d7256
|
@ -37,6 +37,7 @@
|
||||||
background-image: -moz-linear-gradient( top, rgba( 255, 255, 255, 0 ), rgba( 255, 255, 255, 1 ) );
|
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 ) );
|
background-image: linear-gradient( rgba( 255, 255, 255, 0 ), rgba( 255, 255, 255, 1 ) );
|
||||||
.transition( bottom 250ms ease );
|
.transition( bottom 250ms ease );
|
||||||
|
pointer-events: none; // Allows clicking "through" the element
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mwe-popups-fade-out {
|
&.mwe-popups-fade-out {
|
||||||
|
|
Loading…
Reference in a new issue