This is my first time using Foundation and I came across the "Magellan" menu feature, which makes the navigation sticky after scrolling down.
Although this feature works well for me, I encountered a challenge. I need to position the menu at the bottom of the window right after the header, which has 100% height. I tried using margin-top and relative positioning to achieve this, but both methods interfered with the sticky menu function.
With the margin-top method, the menu became sticky but had its own margin, causing it to disappear at the top of the window.
I have included a picture illustrating what I am trying to achieve. The left side shows my current setup, while the right side depicts the desired outcome.
In essence, I need to move the menu up to the bottom of the window while maintaining the functionality of the "Magellan sticky feature." Can anyone provide assistance with this issue?