From 13e3444258c05ab895376ae3fc0508d0563ac4d6 Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 17 Apr 2026 14:38:34 -0400 Subject: [PATCH] fix(locations): size card to content instead of full viewport The page forced the card to fill the viewport via h-[calc(100vh-...)], leaving awkward empty space when few bins were present. Drop the fixed height so the card sizes to its tallest column and let the page scroll naturally if the bin grid overflows. Co-Authored-By: Claude Opus 4.7 --- apps/web/src/pages/Locations.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/src/pages/Locations.tsx b/apps/web/src/pages/Locations.tsx index cea33be..00b4f49 100644 --- a/apps/web/src/pages/Locations.tsx +++ b/apps/web/src/pages/Locations.tsx @@ -45,12 +45,12 @@ export default function Locations() { ); return ( -
+
-
+
-
+
-
+
{roomId ? ( ) : (