https://bugzilla.wikimedia.org/show_bug.cgi?id=52659

--- Comment #2 from Bartosz DziewoƄski <[email protected]> ---
The culprit is this line:
    padding: 1em 1em 0 0;
in mediawiki.notification.css. It causes .mw-notification-area to have a
non-zero height and thus cover other elements, like the dropdown.

There are two obvious ways to fix it which don't work:

* Change the padding to margin. This causes the notifications to "jump"
slightly when scrolling, as detailed in commit message of
https://gerrit.wikimedia.org/r/#/c/75614/

* Add .mw-notification-area:empty { display: none; }. This doesn't work on IE<9
and other old browsers. [http://caniuse.com/#feat=css-sel3]

Unless somebody has a better idea, we should probably implement toggling
'display' in JavaScript.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to