Openstatus www.openstatus.dev

update: className to absolute from fixed (#170)

authored by

Kartik Khorwal and committed by
GitHub
fbd3f0f5 637c729e

+1 -1
+1 -1
apps/web/src/app/_components/background.tsx
··· 13 13 useMouseMove(); 14 14 return ( 15 15 <> 16 - <div className="fixed -z-50 h-full w-full"> 16 + <div className="absolute -z-50 h-full w-full"> 17 17 <div className="bg-muted-foreground/20 absolute inset-0 z-[-1]" /> 18 18 <div className="bg-gradient-radial from-muted-foreground/80 absolute left-[--x] top-[--y] z-[-1] h-56 w-56 -translate-x-1/2 -translate-y-1/2 rounded-full from-0% to-transparent to-90% blur-md" /> 19 19 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">