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

Update css-scrollbar.json as I found one interesting change in Chrome 121.0.0 #6957

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

HM100
Copy link
Contributor

@HM100 HM100 commented Feb 1, 2024

In Chrome 121.0.0 onwards, the webkit-way of styling scrollbars is gone (At least when the standarized variants are used), and instead, the standarized scrollbar-color and scrollbar-width are supported. See https://chromestatus.com/feature/5665308343795712 for more
image
A screenshot is given above for evidence/proof of this change. Disregard the message about Chrome is updating

In Chrome 121.0.0 onwards, the webkit-way of styling scrollbars is gone, and instead, the standarized scrollbar-color and scrollbar-width are supported. See https://chromestatus.com/feature/5665308343795712 for more
@HM100
Copy link
Contributor Author

HM100 commented Feb 1, 2024

Tested Edge as well, and it had the same change. So we can gradually say farewell to Webkit way of Styling Scrollbars.

@HM100
Copy link
Contributor Author

HM100 commented Feb 1, 2024

In my tests, on Websites that use both the Webkit and the Standard way of styling scrollbars, the latter is prioritized. However, the Webkit-way of styling scrollbars is still supported on condition that the standard scrollbar-* properties are not set via CSS

@Fyrd
Copy link
Owner

Fyrd commented Feb 2, 2024

Cool, thanks!

@Fyrd Fyrd merged commit bef345d into Fyrd:main Feb 2, 2024
1 check passed
@HM100 HM100 deleted the patch-2 branch February 7, 2024 03:31
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

Successfully merging this pull request may close these issues.

2 participants