10BC0 Horizontal scrollbar between 1220px and 1234px · Issue #542 · squidfunk/mkdocs-material · GitHub
[go: up one dir, main page]

Skip to content

Horizontal scrollbar between 1220px and 1234px #542

@max-ci

Description

@max-ci

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 bugresolvedIssue is resolved, yet unreleased if open

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0