-
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
Dropdown link in nav not expanding when clicked on mobile #2334
Comments
Thanks for the report, will be fixed in the next release, see #2303 Temporarily, you can use Theme Inheritance to fix it
module.exports = {
extend: '@vuepress/theme-default'
} |
Thanks for the extremely quick reply! As it is being tracked in that other issue I am closing this one here. |
You can also just update the .sidebar .dropdown-wrapper .dropdown-title {
pointer-events: auto;
}
|
Thanks @yoriiis , this fix helped me.
|
Bug report
Steps to reproduce
The source code can be found here:
https://gitlab.com/psono/psono-doc
What is expected?
I would expect that the collapsed view expands and the links configured underneath show up.
What is actually happening?
When you click the "More" Button nothing is happening. The dropdown does not expand and no links underneath are shown.
Other relevant information
npx vuepress info
in my VuePress project:The result is the same also in my build pipeline which uses gitlab-ci with node:12-stretch docker image and more up to date versions of node and yarn
I have tried it in multiple browsers. Edge (Chromium) Chrome, Firefox, Firefox on mobile, Samsung's "Internet"-browser, so I assume the error is browser independent
MANY thanks for this amazing docu. It is by far the best that I could find so far! :)
The text was updated successfully, but these errors were encountered: