KitGrade
19PX KEY, 44PX RAIL
KitGrade fixes starter-kit filters sliding behind sticky labels
KitGrade's starter-kit filters let chips slide behind a sticky label on phones. The label only painted about 19px of a 44px rail, so chip borders crossed the text. I couldn't give it one fixed background because bare rails use the page ground and panel rails use the panel ground. I made each container set the background and stretched the label to the full rail height. sticky filter rail correction The key before the fix: about 19px tall The scrolling rail: 44px tall The bare rail background: page ground The panel rail background: panel ground The key after the fix: full rail height The key now takes its background from its container and covers the full rail height, so chip borders pass behind the label.