You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by ShawnHymel August 10, 2023
OS: macOS 13.4.1
Browser: Chrome 115.0.5790.170
The scroll bars on the page are always dark if my OS theme is set to "Dark." As you can see in this screenshot, even the official Furo documentation site has dark scrollbars. They should follow the theme settings and only revert to the OS mode if the "Auto" mode is selected on the site.
This is a bit tricky on Chromium browsers, since the scrollbar lives on html but all the state for the CSS theme is kept on the body tag instead of html.
The text was updated successfully, but these errors were encountered:
Discussed in #689
Originally posted by ShawnHymel August 10, 2023
OS: macOS 13.4.1
Browser: Chrome 115.0.5790.170
The scroll bars on the page are always dark if my OS theme is set to "Dark." As you can see in this screenshot, even the official Furo documentation site has dark scrollbars. They should follow the theme settings and only revert to the OS mode if the "Auto" mode is selected on the site.
This is a bit tricky on Chromium browsers, since the scrollbar lives on
html
but all the state for the CSS theme is kept on thebody
tag instead ofhtml
.The text was updated successfully, but these errors were encountered: