-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Overlap on a Navbar Dropdown #2227
Overlap on a Navbar Dropdown #2227
Comments
Thanks for the report. Contribution Welcome. |
@lauragift21 I see you are on version |
@ghana04 Thank you I'll update and check :) |
Well I guess it's still a bug. Visit our docs and click on I'll look into it later. |
@newsbielt703 you are correct, it's still a bug. My assumption was incorrect. |
Alright thanks @newsbielt703. I'll love to follow up with this if it gets fixed. |
@billyyyyy3320 I upgraded to the latest version and there was an error,Is there a problem with local dependence?
Error: F:\workSpaces\source-code\ibooks\node_modules@vuepress\theme-default\components\DropdownLink.vue:156:15 |
https://v3.vuejs.org/guide/introduction.html has the same issue currently. |
I'll take a look later today or yesterday. |
The previous version was
|
@billyyyyy3320 The problem has been found,The
@extends notation, So I did the upgrade to solve the problem
|
Bug report
When one clicks on several options in the navbar, their drop-down menu options overlap.
Steps to reproduce
If you are reporting a bug that can ONLY be reproduced on your repository, PLEASE provide this repo link. That takes guessing work out of the way and saves us time.
This can be reproduced on any vuepress site with navbar items included.
What is expected?
I should be able to configure the navbar in such a way that this overlap is avoided. It sometimes takes a few secs to get out of this situation when it occurs. Also helpful if there's a way to disable focus on the parent navbar item.
What is actually happening?
When I click on several navbar items with dropdown I get this behavior where all dropdown overlaps.
Other relevant information
npx vuepress info
in my VuePress project:The text was updated successfully, but these errors were encountered: