When you enable full scrollbars in win11, bandcamp gets a navbar horizontal overflow. This fixes that.
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
Code size505 B
Code checksumde88d3df
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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%;
}
}