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…

#103132
Billy
Participant

So it’s the body and html that scroll. You should make it this then”

body, html {
overflow-y: hidden;
}