From 87c968ee0b87365cb98f735dc52182607889d07f 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 --- .claude/metrics/hooks-metrics.json | 11 +++++++++-- public/architecture.html | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.claude/metrics/hooks-metrics.json b/.claude/metrics/hooks-metrics.json index ac074c06..9ef9c0d8 100644 --- a/.claude/metrics/hooks-metrics.json +++ b/.claude/metrics/hooks-metrics.json @@ -4836,6 +4836,13 @@ "file": "/home/theflow/projects/tractatus/public/architecture.html", "result": "passed", "reason": null + }, + { + "hook": "validate-file-edit", + "timestamp": "2025-10-19T19:55:57.771Z", + "file": "/home/theflow/projects/tractatus/public/architecture.html", + "result": "passed", + "reason": null } ], "blocks": [ @@ -5099,9 +5106,9 @@ } ], "session_stats": { - "total_edit_hooks": 501, + "total_edit_hooks": 502, "total_edit_blocks": 36, - "last_updated": "2025-10-19T19:53:11.922Z", + "last_updated": "2025-10-19T19:55:57.771Z", "total_write_hooks": 190, "total_write_blocks": 7 } 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 @@
-
+
-
+