Why are walls of code not contained within scrollable divs in IE8?
This question looks like this in IE:

Somebody tear down this wall!
|
Why are walls of code not contained within scrollable This question looks like this in IE:
Somebody tear down this wall! |
||||
|
Nobody really wanted to build that wall, but as you can see in the SO question Jeff linked to, this was more or less by design – the alternative would have been to cut off most of the “wall of text”, which would have been even less desirable. However, this IE8 bug seems to have been fixed in the meantime; I tested it, and the post gets its scrollbars correctly now. So I'm very happy to announce that we've removed the ugly |
||||
|
|
|
see IE8 overflow:auto with max-height Actually, it looks like the fix is getting removed (the extra semicolon) through the less.css process. |
|||
pre { max-height: none\9; }in the stylesheet for some reason, which seems to be the culprit. – Tim Stone Apr 6 '11 at 22:41