We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you move the mouse close to the menu, you can open the menu by interacting with an icon from the menu (open new tab icon, social icons, etc..).
Visible on https://vitejs.dev/ also but not on https://vuejs.org/
Menu should only be opened by hovering his trigger menu item (e.g. Resources), not on any other element.
Firefox, Chrome
I see a rule which create this issue:
.container[data-v-c98cfae7] * { pointer-events: all; }
By disabling it, it works as expected.
The text was updated successfully, but these errors were encountered:
The PR which create that issue: #1182
vitepress/src/client/theme-default/components/VPNavBar.vue
Line 104 in 0048e2b
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
When you move the mouse close to the menu, you can open the menu by interacting with an icon from the menu (open new tab icon, social icons, etc..).
Reproduction
Visible on https://vitejs.dev/ also but not on https://vuejs.org/
Expected behavior
Menu should only be opened by hovering his trigger menu item (e.g. Resources), not on any other element.
System Info
Additional context
I see a rule which create this issue:
By disabling it, it works as expected.
Validations
The text was updated successfully, but these errors were encountered: