Skip to content

Bandcamp win11 scrollbar fix by kouyouelysian

Details

Authorkouyouelysian

LicenseFree unless you're bandcamp, pay me 300 bucks to use it otherwise

Categorybandcamp.com

Created

Updated

Size505 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

When you enable full scrollbars in win11, bandcamp gets a navbar horizontal overflow. This fixes that.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Bandcamp win11 scrollbar fix
@version      20240626.09.52
@namespace    https://userstyles.world/user/Aubery Lis
@description  When you enable full scrollbars in win11, bandcamp gets a navbar horizontal overflow. This fixes that.
@author       Aubery Lis
@license      Free unless you're bandcamp, pay me 300 bucks to use it otherwise
==/UserStyle== */

@-moz-document domain("bandcamp.com") {
#menubar-wrapper.header-rework-2018 {
    min-width: unset;
    width: 100%;
}
}

Reviews

No reviews yet.