From 7f7ed39b0e1986f6770f697f282047d96024a46d Mon Sep 17 00:00:00 2001 From: denshooter Date: Fri, 6 Mar 2026 15:14:30 +0100 Subject: [PATCH] fix: prevent image/badge cutoff on iPad in Hero section overflow-hidden on the
was clipping the -bottom-6 badge and the image bottom on iPad viewports where content sits near the section edge. Move overflow-hidden to the blobs container (absolute inset-0) so the blobs are still clipped but the image and badge can render freely. Add pb-10 sm:pb-16 bottom padding so the badge always has clearance. Co-Authored-By: Claude Sonnet 4.6 --- app/components/Hero.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/Hero.tsx b/app/components/Hero.tsx index d3339c0..600b0e8 100644 --- a/app/components/Hero.tsx +++ b/app/components/Hero.tsx @@ -15,14 +15,14 @@ export default async function Hero({ locale }: HeroProps) { const getLabel = (key: string, fallback: string) => cmsMessages[key] || fallback; return ( -
- {/* Liquid Ambient Background */} -
+
+ {/* Liquid Ambient Background — overflow-hidden here so the blobs are clipped, not the image/badge */} +
-
+
{/* Left: Text Content */}