Compatibility between sphinx-panels and sphinx-book-theme
Describe the bug
The left-side TOC scroll with the main content when the sphinx-panels extension is used in the sphinx-book-theme.
To Reproduce
Steps to reproduce the behavior:
- Go to https://seismo-learn.org/sitepreview/seismo-learn/seismology101/sphinx-book-theme/computer/fedora-setup/ (the content is in Chinese)
- Scroll the main content
- you will see

Expected behavior
The left-side TOC is fixed when scrolling the main content.

The link to our documentation repository (current in the sphinx-book-theme branch): https://github.com/seismo-learn/seismology101/tree/sphinx-book-theme
Environment
- Python Version [e.g. 3.7.1]: Python 3.8.5
- Package versions or output of
jupyter-book --version: NA - Operating System: Ubuntu
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
The bug seems to be fixed when I comment out the position: relative style from the panels-bootstrap.css file (see the screenshot below) and I don't see side effects.

Kindly ping~ I suffer the same issue, any progress?
FYI: sphinx_design is successor of this project and it works well with sphinx_book_theme, see https://github.com/executablebooks/sphinx-panels/issues/67