Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of a vertical scroll bar as a result of rtd-footer-container on none RTD hosted sites #1794

Open
andrewcoughtrie opened this issue Apr 29, 2024 · 1 comment
Labels
kind: bug Something isn't working

Comments

@andrewcoughtrie
Copy link

andrewcoughtrie commented Apr 29, 2024

When hosting on a none RTD site (specifically on GitHub pages in this case) the addition of the rtd-footer-container results in a scroll bar on the primary sidebar even when the length of the list is significantly shorter than the page. Modifying the html of the page and removing the rtd-footer-container fixes this behavior.

@andrewcoughtrie andrewcoughtrie changed the title Additional vertical scroll bar as a result of rtd-footer-container on none RTD hosted sites Addition of a vertical scroll bar as a result of rtd-footer-container on none RTD hosted sites Apr 29, 2024
@drammock
Copy link
Collaborator

thanks for reporting. I think that div is supposed to be suppressed if it's empty, so the fact that it still shows up is definitely something we should fix. (or if we're not trying to suppress it, then we should be!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants