Dear X team,
I have a navbar that shrinks when scrolling down. But when the users scrolls down on the page and then hovers over the main menu, the drop-down menu overlaps the main menu points. How can I fix that?
The website is http://www.mlup-baitong.org
I would also like to make the transition to the shrunk navbar smoother. I tried using
.x-brand img,
{
transition: all 0.5s ease;
}
but that didn’t do the trick.
Thanks a lot in advance!
Daniela