use a
linear-gradient
overlay on your scroll containers to create that
seamless transition effect. it makes the content list look much more polished when fading into the footer. background: linear-gradient(to bottom, white, transparent); ⚡
**just remember to set pointer-events: none; on the overlay so you can still click links underneath