surjithctly/astro-navbar

How to open on hover and click.

disrae opened this issue · 1 comments

Not an issue, but I'm wondering if anyone could give me a tip on how to get the navbar to also open the dropdown on hover as well as click. Right now it opens on click.
And thank you so much for this and your template. 🙏

Add this to your CSS

.astronav-dropdown:hover .dropdown-toggle {
    display: block;
}