Fix hero SVG overflow clipping in animation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ export default function Hero() {
|
|||||||
<div className="pointer-events-none absolute inset-0 -z-10">
|
<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 overflow-visible"
|
||||||
preserveAspectRatio="xMidYMid meet"
|
preserveAspectRatio="xMidYMid meet"
|
||||||
>
|
>
|
||||||
<text
|
<text
|
||||||
|
|||||||
Generated
+474
-46
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user