From 066d90ea535bda47e377e47211bef6a54fdd4bf6 Mon Sep 17 00:00:00 2001 From: chelsea Date: Sat, 11 Oct 2025 18:28:29 -0500 Subject: [PATCH] Remove iframe-like scrolling from feed container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove max-height and overflow-y from feed container - Allows natural page scrolling instead of nested scroll - Improves browsing experience 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- templates/dashboard.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 5418a38..11097bd 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -440,8 +440,6 @@ .feed-container { padding: 0; - max-height: calc(100vh - 200px); - overflow-y: auto; } .loading {