Forums

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

Home Forums CSS Horizontal scroll issue related to vertical scroll problem when browser window not fully expanded… Re: Horizontal scroll issue related to vertical scroll problem when browser window not fully expanded…

#103102
Billy
Participant

You can tell it not to scroll vertically (y axis):

.thing {
overflow-y: hidden;
}