How to fix a scrolling background issue on Turbo Portland 2.0 theme?

Hello,

I’m using turbo portland 2.0 theme and my website background doesn’t seem to be fixed as you scroll. The issues persists on both chrome & mozilla while on my phones browser it doesn’t happen. If anyone can help with that, I’d appreciate it

the store url is: jasaoslaj.com

Please use it on mobile as I don’t have the website optimized for desktop.

I’ve also sent a screen recording below

@jasa11 ,

div#shopify-section-header {
    position: fixed;
    z-index: 9;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->style.scss.liquid

Hello,

Thanks for your reply. It seems this code doesnt fix the issue instead messes up things. I will send you a screenshot

EDIT: I pasted it correclty now and site shows normally, but the issue is still there.