Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork66
Closed
Labels
Description
Steps to reproduce:
- Open docs in mobile view
- Click the menu at the top left
Expected result: menu opens
Actual result: menu doesn't open
Can repro with latesthttps://github.com/python/python-docs-theme/releases/tag/2023.7
Cannot repro with previoushttps://github.com/python/python-docs-theme/releases/tag/2023.3.1
This is due to themobile-nav
container being placed inside thedocument
div instead of outside and before:
This is caused by#141 which movedmobile-nav
, cc@miketheman.