-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
change requestIssue requests a new feature or improvementIssue requests a new feature or improvementresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Contribution guidelines
- I've read the contribution guidelines and wholeheartedly agree
I want to suggest an idea and checked that ...
- ... to my best knowledge, my idea wouldn't break something for other users
- ... the documentation does not mention anything about my idea
- ... there are no open or closed issues that are related to my idea
Description
The scrollbar of the left-navigation is very close to the content which decreases the UI simplicity. Maybe it is better to provide an option to autohide the scroll bar when the users are reading and reveal it when scrolling.
Temporarily, I implement it in extra.css. It works well except for no animation like fading and appearing.
.md-sidebar__scrollwrap {
overflow-y: hidden;
}
.md-sidebar__scrollwrap:hover {
overflow-y: auto;
}
I'm wondering if you have a plan to implement a more pretty scrollbar autohiding feature. I believe it will be a welcome feature.
Use Cases
The scrollbar of the left navigation panel is very close to the content which decreases the UI simplicity, i.e., there is always a bar on the left edge of the content which is not good looking.
Screenshots / Mockups
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
change requestIssue requests a new feature or improvementIssue requests a new feature or improvementresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open