Forums

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

Home Forums CSS Overflow issue. The site keeps scrolling and scrolling… Reply To: Overflow issue. The site keeps scrolling and scrolling…

#253171
Konspaul
Participant

Thank you for your help.

The scrolling issue was fixed by adding

body {
    overflow: hidden;
}

The flex attribute is there to display the elements side by side so I can’t remove it. Also I can’t take away overflow: scroll from .content as otherwise the whole site would be scrolling and I only want the actually content part and the rest of the content (menu and featured image) to be fixed.