mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationsWrapper.less
Moriel Schottlender 299adfe6b1 Add style to the NotificationsWrapper
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
2016-05-19 13:43:51 -07:00

4 lines
53 B
Plaintext

.mw-echo-notificationsWrapper {
overflow-y: auto;
}