You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make scroll-fade seamless via content mask, not a colour overlay
The page backdrop is a theme gradient with background-attachment: fixed,
so no single overlay colour (--background or --shell-gradient-base) could
match it — hence the persistent darker band. Replace the colour overlay
with a mask-image on the content that fades its top edge to transparent
when scrolled, revealing the real backdrop underneath. Seamless on every
theme by construction; applied only when scrolled so content isn't faded
at rest.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments