From b2f247768079c269fd6a13e45ed76740f8e40439 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Mon, 20 Oct 2025 08:44:08 +1300 Subject: [PATCH] fix(layout): remove constraining height and overflow from demo containers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SUMMARY: Removed min-h-[600px] and overflow-auto that were causing content display issues. Simplified to just w-full on inner containers. ISSUE: The min-height and overflow-auto combination was preventing proper content rendering, causing the 'Simulate Pressure Increase' button to be hidden. FIX: - Removed min-h-[600px] from parent containers - Removed overflow-auto from parent containers - Added w-full to #pressure-chart and #activity-timeline divs - Allows natural content flow and proper button visibility 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/metrics/hooks-metrics.json | 11 +++++++++-- public/architecture.html | 8 ++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.claude/metrics/hooks-metrics.json b/.claude/metrics/hooks-metrics.json index ce2e104b..0b8ff44d 100644 --- a/.claude/metrics/hooks-metrics.json +++ b/.claude/metrics/hooks-metrics.json @@ -4822,6 +4822,13 @@ "file": "/home/theflow/projects/tractatus/public/architecture.html", "result": "passed", "reason": null + }, + { + "hook": "validate-file-edit", + "timestamp": "2025-10-19T19:42:58.549Z", + "file": "/home/theflow/projects/tractatus/public/architecture.html", + "result": "passed", + "reason": null } ], "blocks": [ @@ -5085,9 +5092,9 @@ } ], "session_stats": { - "total_edit_hooks": 499, + "total_edit_hooks": 500, "total_edit_blocks": 36, - "last_updated": "2025-10-19T19:37:13.527Z", + "last_updated": "2025-10-19T19:42:58.549Z", "total_write_hooks": 190, "total_write_blocks": 7 } diff --git a/public/architecture.html b/public/architecture.html index 56a6bac6..1e6e49a1 100644 --- a/public/architecture.html +++ b/public/architecture.html @@ -372,13 +372,13 @@
-
-
+
+
-
-
+
+