Skip to content

WhatsApp Web - Normal scrollbars by denilsonsa

Screenshot of WhatsApp Web - Normal scrollbars

Details

Authordenilsonsa

LicensePublic Domain

Categorywhatsapp

Created

Updated

Size420 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Thin scrollbars might look cool, but are difficult to interact with. This style restores the normal-sized scrollbars.

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;
    }
}

Reviews

No reviews yet.