Remove overflow-hidden from hero background wrapper
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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">
|
||||
|
||||
{/* 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
|
||||
aria-hidden="true"
|
||||
className="h-full w-full"
|
||||
|
||||
Reference in New Issue
Block a user