Is there a way for the mega menu/submenu to be set behind the section/container?
The behavior right now is that if I set the y position to a negative number when closed and then back to 0 when opened the submenu content fades in and slides down over the section. What I want is for it to slide behind the section so that it doesn’t cover the section elements when sliding down.
I tried setting the z-index of the content under the nav nestable element to -1 but then the dropdown link can not be hovered/interacted with anymore so the submenu fails to display.