From 978ebfbf3a477477c69c5a432176e202c05cb725 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 2 Mar 2026 14:06:48 -0500 Subject: [PATCH] Fix hero backdrop to span full viewport width on wide screens Use full-bleed margin technique to break out of max-w-6xl container, add explicit w-full to prevent aspect-ratio from shrinking the image container when max-height kicks in, and add overflow-x-hidden to the page wrapper to prevent scrollbar from 100vw units. Co-Authored-By: Claude Opus 4.6 --- app/(pages)/explore/hero-banner.tsx | 4 ++-- app/(pages)/layout.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/(pages)/explore/hero-banner.tsx b/app/(pages)/explore/hero-banner.tsx index 860cc29..e049df4 100644 --- a/app/(pages)/explore/hero-banner.tsx +++ b/app/(pages)/explore/hero-banner.tsx @@ -45,12 +45,12 @@ export function HeroBanner({ return ( -
+
{backdropPath ? ( -
+
{/* Ambient glow */}