Remove overflow-hidden from hero background wrapper

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-26 23:00:01 +01:00
parent 8cbf3d42e0
commit 1d92b375ea
+1 -1
View File
@@ -5,7 +5,7 @@ export default function Hero() {
<section className="relative isolate mx-auto flex min-h-[72vh] max-w-5xl flex-col items-center justify-center px-6 py-32 text-center"> <section className="relative isolate mx-auto flex min-h-[72vh] max-w-5xl flex-col items-center justify-center px-6 py-32 text-center">
{/* Background name — outline fills in on load */} {/* Background name — outline fills in on load */}
<div className="pointer-events-none absolute inset-0 -z-10 overflow-hidden"> <div className="pointer-events-none absolute inset-0 -z-10">
<svg <svg
aria-hidden="true" aria-hidden="true"
className="h-full w-full" className="h-full w-full"