I have an element which may contain very big amounts of data, but I don\'t want it to ruin the page layout, so I set max-height: 100px and overflow:auto>
max-height: 100px
overflow:auto>
(This crashes the whole page.)
look: X
(Whereas this works fine...)
look: The quick brown fox
(And, madly, so does this. [No content in the div at all.])
look: