mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
Previously, the docs iframe was removed from the DOM when the docs were hidden. This caused the docs to always go back to the main page when shown. This fixes it by using CSS to hide the docs instead of removing them from the DOM. However, this comes with its own complications regarding maintaining the scroll position.