Navbar - expanded menu on mobile breakpoints, style background

Hi All,
I’m trying to set up a menu for my new site using the Navbar component. On smaller breakpoints, where it switches to the “hamburger” menu, when the menu expands it is either going behind my body text or has a transparent background, and I can’t figure out how to change this. I’ve tried setting the z-index of the div containing the menu to a high value, and I’m certain that the div containing the menu items has a background color… What else can I do to fix this?
Thanks in advance for your help!
Joe


Here is my site Read-Only: https://preview.webflow.com/preview/indiedocdirectors?utm_medium=preview_link&utm_source=designer&utm_content=indiedocdirectors&preview=2814ea0aba5b8497540f4e1c4dc2148d&pageId=5f6f7ee4938867bdd45f118c&mode=preview

(how to share your site Read-Only link)

Never mind! I was able to fix this by setting the body element’s z-index to -1. This seems like a bit of a cloodge so there may be a better method, but it seems to be working for now :confused: