CSS interfering with scrollevents on page

Hi,

I recently asked a question about an interactive JS background interfering with the scrollevents on my page (menu not showing, parallex effects not working, etc.):

My goal is to have a gradient background behind ALL sections, without stretching it out accross the entire website, but rather scaled to the viewport.

Since I don’t have the budget to purchase the One service, I decided to look for a simpler solution. After trying to change the background to a simple css gradient, I found out that it’s either the position element set to static, or the height element set to 100vh that’s causing the issue. I’ve put the CSS in Custom Page CSS and the class in the Body CSS Class(es) in order to put it in the background of the entire page.

I understand that custom code is outside the scope of my unlimited PRO license, but I do hope you’ll be able to give me a push in the right direction now that I’ve provided the specific cause of my issue :slight_smile: