-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nav-menu flashing #27
Comments
You can minimize the flashing by using overflow hidden on the menu wrapper so the item's dont overflow through the other content on your website. And you can remove the overflow hidden once the user interacts with the menu. On hover/click for example. This is far from ideal. I could add a callback when priotity nav has been initialized but I don't have the time for that right now. Good luck! |
Which class will have to apply overflow property. Also some category has mega menu. When i hover it, mega menu should display. |
but I have to subcategory dropdown on parent menu which is out of more button. How can i acheive it when apply overflow: hidden. |
This worked for me:
Curiously, there's flashing in Edge and Chrome, but not Firefox. Maybe it handles repaints differently. |
i found a solution:
|
Whenever i have refresh the page, more tab is flashing. how can i stop this flashing.
Below is the code which i have put in my code in document.ready function.
how can i resolved this issue.
The text was updated successfully, but these errors were encountered: