We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Steps to reproduce:
Expected result: menu opens Actual result: menu doesn't open
Can repro with latest https://github.com/python/python-docs-theme/releases/tag/2023.7
Cannot repro with previous https://github.com/python/python-docs-theme/releases/tag/2023.3.1
This is due to the mobile-nav container being placed inside the document div instead of outside and before:
mobile-nav
document
This is caused by #141 which moved mobile-nav, cc @miketheman.
Steps to reproduce:
Expected result: menu opens
Actual result: menu doesn't open
Can repro with latest https://github.com/python/python-docs-theme/releases/tag/2023.7
Cannot repro with previous https://github.com/python/python-docs-theme/releases/tag/2023.3.1
This is due to the
mobile-navcontainer being placed inside thedocumentdiv instead of outside and before:This is caused by #141 which moved
mobile-nav, cc @miketheman.