NavBar dropdown menu item problem

Hi Team,

I’d really appreciate it if someone could have a quick look at my site:

and guide me on how to fix the navbar/header problem which is:

When a dropdown menu item is selected it drops “under” the main page now and a scroll bar appears top RHS of the window which is not a great look.
The dropdown menu items need to drop over the main page please.
It used to be OK but inadvertently i’ve done something in my last edit and i cant figure out what…

You have height: auto and overflow: auto on your nav bar, you need to get rid of these
You have a z-index of 999999 (give or take a few 9’s) on your first container.

Also your navbar is all over the place on mobile

Thanks very much Richard…