Make scrollbar visible on MacOS Chrome. #152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-invisible-scrollbar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Chrome on MacOS changes the color of the scrollbar based on
html'sbackground color. Currently, since
html's background is black,Chrome makes the scrollbar white, which renders it invisible against
the white
body.Screenshot of current behavior:
Screenshot of fixed behavior:
Thanks!