From dc5148d1b8481171378cdfb2bc204a93a1c42b30 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Sun, 1 Mar 2026 22:25:08 -0800 Subject: [PATCH] Fix properties panel viewport overflow Constrain main-content to 100vh and builder-wrapper to flex: 1 so the height chain propagates correctly and the properties panel scrolls within the viewport instead of extending off screen. Co-Authored-By: Claude Opus 4.6 --- portal/menu-builder.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/portal/menu-builder.html b/portal/menu-builder.html index 71bf6d3..ab294bc 100644 --- a/portal/menu-builder.html +++ b/portal/menu-builder.html @@ -8,10 +8,18 @@