8000 Bug in right nav styles on safari v17.1 · Issue #6281 · squidfunk/mkdocs-material · GitHub
[go: up one dir, main page]

Skip to content

Bug in right nav styles on safari v17.1 #6281

@tlambert03

Description

@tlambert03

Context

No response

Bug description

commit 521f727 seems to have introduced a bug wherein the right nav appears clipped in safari (Version 17.1 (19616.2.9.11.7)) after page refresh. resizing the window across any breakpoint fixes it)

Untitled.mov

The issue is visible as of v9.4.2 and git bisect put the issue at 521f727

chrome, Firefox, edge work fine.

Related links

I was unable to find any other related issues since sept 23, which is when 521f727 was merged

Reproduction

9.4.7-right-nav.zip

(edited to a more minimal lockfile)

Steps to reproduce

This bug can be seen on a brand new install. with only the theme added mkdocs.yml

mkdir test
cd test
pip install --upgrade --force-reinstall mkdocs-material
mkdocs new .
echo "\ntheme:\n  name: material" >> mkdocs.yml
mkdocs serve

In safari v17.1 the right nav is missing until you resize the window (see example above).

pip install 'mkdocs-material<9.4.2'
mkdocs serve

fixed...

pip install 'mkdocs-material==9.4.2'
mkdocs serve

broken

Browser

Safari

Before submitting

Metadata

Metadata

Assignees

No one assigned

    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