Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Layout clipped when scrolling horizontally Re: Layout clipped when scrolling horizontally

#87192
jamygolden
Member

Giving the body some kind of (min-)width should solve that.

body {
min-width: 980px;
}