FG
💻 Software

Is there a way to disable custom webkit scrollbars?

Fresh7 days ago
Mar 15, 202611659 views
Confidence Score0%
0%

Problem

Is there an extension, custom user stylesheet, etc. that will disable or revert the customization of scrollbars in Webkit based browsers like Google Chrome? I like the plain, native scrollbars but I cannot seem to find a combination of CSS to make them come back once they have been styled by CSS.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is there a way to disable custom webkit scrollbars?

Low Risk

Unfortunately, the CSS cannot be "disabled" or reverted once activated: ::-webkit-scrollbar cannot be simply overridden to get the default style, the only way to do it is to remove all ::-webkit-scrollbar rules from the code. At that point, scrollab…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment