Remove iframe-like scrolling from feed container

- 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 <noreply@anthropic.com>
This commit is contained in:
2025-10-11 18:28:29 -05:00
parent eead6033e2
commit 066d90ea53

View File

@@ -440,8 +440,6 @@
.feed-container { .feed-container {
padding: 0; padding: 0;
max-height: calc(100vh - 200px);
overflow-y: auto;
} }
.loading { .loading {