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

Scrollbar is almost invisible in Chrome on macOS #24

Open
SolidKalium opened this issue Jan 20, 2022 · 0 comments
Open

Scrollbar is almost invisible in Chrome on macOS #24

SolidKalium opened this issue Jan 20, 2022 · 0 comments

Comments

@SolidKalium
Copy link

The scrollbar is white, slightly transparent, and disappears after a moment in both Chrome and Safari on macOS. Chrome has a larger issue though because the scrollbar has no border there. I have not tested other OSs or browsers.

The scrollbar being so close to invisible is disorienting on tall pages.

It looks like this is a bug for Sphinx versions below 2.2.0. I see this project is currently using 1.4.9.
sphinx-doc/sphinx#1125

I've tested that this can be resolved by editing the css, such as with this JS that I'm using in Tampermonkey: document.styleSheets[1].insertRule('html { background-color: #FFF }');

Thanks for considering my feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant