mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
299adfe6b1
We have to make sure that any notifications wrapper has the css term overflow-y: auto; so that the popup menus behave properly. Change-Id: I14a1a9f1c3610ef27fe04aa4b1e7197c08d1dfd4
4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
.mw-echo-notificationsWrapper {
|
|
overflow-y: auto;
|
|
}
|