From 546faf0887ba7cd2cb9154f0481eebec00f7c93e Mon Sep 17 00:00:00 2001 From: TheFlow Date: Mon, 20 Oct 2025 08:56:11 +1300 Subject: [PATCH] fix(layout): remove all height constraints to allow natural content flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SUMMARY: Removed all max-height and overflow constraints that were cutting off content. This allows both buttons to display naturally without scrolling or clipping. CHANGES: - Removed max-h-[600px] - Removed overflow-y-auto - Container now expands to fit all content naturally This is the simplest solution - no height constraints, natural flow. 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude --- public/architecture.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/architecture.html b/public/architecture.html index e73c7937..1e6e49a1 100644 --- a/public/architecture.html +++ b/public/architecture.html @@ -372,12 +372,12 @@
-
+
-
+