Skip to content

css: scroll divs on overflow

Yet another blog, yet another mobile breakage! :D

Simon Serr's blog has a div with a style-tag that sets the white-space property to nowrap. That gives a poor-mans carousel on his site, but it makes us overflow the width of the blog-column.

So let's set the overflow-x setting to auto on all divs in blog-posts. This gives us the same behavior, which seems better than overflowing.

Merge request reports