Having issues with overflow

Hey all,

Trying to do get some lotties and nav menu to not overflow. Is there a better way to do this than an absolute positioned div block with 100vh/vw with overflow set to hidden? I have all the overflow dealt with but can’t click through the div blocks to get at buttons. I’m new to this haha.

Thanks!

Here’s my link (it’s the second page labeled bible school): Webflow - Evan's Trendy Site


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Try making the navbar section width:100%; and position:static; I think you’ll have more success. This makes the tabs in other sections interactable.

Love the site design so far.

Thanks! That worked.