Thin scrollbars might look cool, but are difficult to interact with. This style restores the normal-sized scrollbars.
WhatsApp Web - Normal scrollbars by denilsonsa
Details
Authordenilsonsa
LicensePublic Domain
Categorywhatsapp
Created
Updated
Size420 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name WhatsApp Web - Normal scrollbars
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Thin scrollbars might look cool, but are difficult to interact with. This style restores the normal-sized scrollbars.
@author denilsonsa
==/UserStyle== */
@-moz-document domain("web.whatsapp.com") {
html * {
scrollbar-width: auto;
}
}