-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Description
There is a horizontal scrollbar between 1220px and 1234px screen width when you are at the top of the page (it disappears when sidebar on the right becomes fixed)
Expected behavior
No horizontal scrollbar
Actual behavior
Horizontal scrollbar between 1220px and 1234px screen width when you are at the top of the page
Package versions
- MkDocs: 0.16.3
- Material: 1.12.1
System information
- OS: OSX
- Browser: Chrome/Firefox
Possible fix:
body {
position: relative; // ?
overflow-x: hidden; // ?
}Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
