Files
koodiklinikka.fi/components/BottomFade.tsx
2025-03-24 09:05:50 +02:00

6 lines
186 B
TypeScript

export default function BottomFade() {
return (
<div className="pointer-events-none fixed right-0 bottom-0 left-0 z-50 h-32 bg-linear-to-t from-[#070b1e] to-black/0"></div>
);
}