Closed Kimi-Gao closed 2 years ago
Could you give your browser version? I can't reproduce this on my end. You sent https://github.com/facebook/docusaurus/issues/4854 which I can't reproduce either—my guess is that this is either browser, device, or OS.
@Josh-Cena FYI
But I don't think it's caused by browser version or device, it often happens when move across the edge of two navbar items. Please move slowly and carefully like following mouse path shows, you may see the same issue:
For #4854 , I haven't had this issue recently, if it does, I'll update it below this. Thanks!
Thanks, I can reproduce this now. @lex111 Guess you like little UI quirks, do you want to take a look at this? Probably changing where hover
selector is applied would help.
I guess there is another solution (https://github.com/facebookincubator/infima/pull/230), so please look at the preview site https://deploy-preview-230--infima.netlify.app/demo/
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
Navbar dropdown sometimes flickers when switching
https://user-images.githubusercontent.com/12554487/160448887-3fa6240a-ba1b-4d05-b184-2b50c0ba0181.mov
Reproducible demo
https://docusaurus.io/
Steps to reproduce
Expected behavior
No flickering
Actual behavior
flickering as demo shows
Your environment
Self-service