[Scrollbar] CSS style for Firefox scrollbar break the scrollbar on chromium browser (Chrome/ Edge) #3002
Labels
browser/chromium
Any issues relating to Chromium (Chrome, Edge (new), Opera, Brave etc.)
tag/next-release/nightly
Any issue which has a corresponding PR which has been merged and is available in the nightly build
type/bug
Any issue which is a bug or PR which fixes a bug
Milestone
Bug Report
For some reason when I update to the new version of the these browser:
Chrome: v121.0.6167.184 (Official Build) (64-bit)
Edge: v121.0.2277.112 (Official build) (64-bit)
Custom scrollbar break and use default scrollbar instead.
See image below:
Screenshot (if possible)
As you can see when I turn off
scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
andscrollbar-width: thin;
, the custom scrollbar displayed, but keeping those CSS will break the custom scrollbar.Library source code where the bug is present:
https://github.com/fomantic/Fomantic-UI/blob/6daf34d16395f8aa9b964719095c775fc8e4e95b/dist/semantic.css#L664-L673
My temporary solution:
Version
v2.9.3
The text was updated successfully, but these errors were encountered: