aboutsummaryrefslogtreecommitdiff
path: root/components/noise.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/noise.tsx')
-rw-r--r--components/noise.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/noise.tsx b/components/noise.tsx
index 3e29b66..1d37ba4 100644
--- a/components/noise.tsx
+++ b/components/noise.tsx
@@ -2,7 +2,7 @@
export function Noise() {
return (
<div
- className="fixed top-0 left-0 w-full h-full pointer-events-none z-50 noise"
+ className="fixed inset-0 pointer-events-none z-50 noise"
/>
);
}