mediawiki-extensions-Echo/modules/overlay
Roan Kattouw e3c4ddc1ae Don't make the notifications list 5px taller than the screen
The max-height of the notifications list was hardcoded to
the height of the window minus 134 pixels. I don't know
where this value came from, but it doesn't seem to take
borders into account. The correct value appears to be
139 in Chrome and 140 in Firefox, so I changed it to 140.

Also, this really really should not be a hardcoded value.
This 140 value can be measured in JavaScript; that's how I
derived it. Even better, oojs-ui has a mixin called
OO.ui.ClippableElement that automatically does this for you
AND automatically adjusts the height when the window is resized
as well.

Change-Id: I17bc2c5333e5c3d5dd720e6bccf8cbbdbb4abe6c
2014-09-23 15:00:21 -07:00
..
ext.echo.overlay.init.js Create notification overlay in the body 2014-08-13 13:24:05 -07:00
ext.echo.overlay.js Don't make the notifications list 5px taller than the screen 2014-09-23 15:00:21 -07:00
ext.echo.overlay.less Set text colors in overlay to mwui light gray, and increase title font size 2014-09-11 19:13:44 -04:00
ext.echo.overlay.modern.css Create chevron using pseudo elements 2014-08-13 13:14:41 -07:00
ext.echo.overlay.monobook.css Hygiene: Kill dead code 2014-08-14 14:29:40 -07:00
Help.png Adding help button to flyout. Fixing ID name per conventions. 2013-04-24 21:36:03 -07:00
PokeyNorth.png Docking overley to notifications link rather than side of window 2013-01-10 16:33:11 -08:00