-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
status: core team reviewPriority issues for the core team to reviewPriority issues for the core team to reviewtype: feature requestRequest to add a new featureRequest to add a new feature
Description
Bug report
Version
0.11.0
Steps to reproduce
Using default theme :
1 - Set .vuepress/config.js to disable navbar
themeConfig: {
navbar : false
}
2 - Enable sidebar.
3 - Open on small width device
4 - There is no way to open/close sidebar because the toggle is in navbar. (except for touch swipe gesture)
What is expected?
Having a way to toggle sidebar even without navbar (in default theme).
What is actually happening?
No way of toggling sidebar without navbar (in default theme).
Other relevant information
- Your OS: Kubuntu 18.04
- Node.js version: 8.10.0
- Browser version: Chromium 66.0.3359.181
- Is this a global or local install? Global
- Which package manager did you use for the install? Npm
Metadata
Metadata
Assignees
Labels
status: core team reviewPriority issues for the core team to reviewPriority issues for the core team to reviewtype: feature requestRequest to add a new featureRequest to add a new feature