Hey there, I'm facing an issue with the Navbar Menu (White Bar) on my website. It is working perfectly fine and sticking to the top as expected. However, the problem arises when I click on the Menu - the Sticky class stops working. Upon investigating, I have identified that the culprit behind this issue is the .bottomnav.responsive {position: relative;} code. Although I know what's causing the problem, I am unsure of how to resolve it.
/* The following code snippet is causing the Sticky behavior to fail after clicking on the "Hamburger Menu" */
.bottomnav.responsive {position: relative;}
I attempted to remove the .bottomnav.responsive {position: relative;} code, but doing so resulted in the menu malfunctioning. I would appreciate any guidance on the best approach to fix this without disrupting the functionality of the menu.
You can check out the website
https://i.sstatic.net/WPEQV.png