Skip to content

fix: prevent content scrolling visibility between title bar and header#7

Merged
kaic merged 1 commit intokaic:mainfrom
Citingmarc:fix/scrolling-visibility-issue
Dec 10, 2025
Merged

fix: prevent content scrolling visibility between title bar and header#7
kaic merged 1 commit intokaic:mainfrom
Citingmarc:fix/scrolling-visibility-issue

Conversation

@Citingmarc
Copy link
Copy Markdown
Contributor

Incredibly minor fix, I don't even use windows I use linux. But seeing through the scrolling list through the top of the header bothered me enough to get claude to fix it for me and help out a bit. Here is what it did:

Summary

Fixed an issue where the scrolling content was visible between the Windows XP blue title bar and the header component, creating an unintended visual gap.

Changes

  • Restructured layout to move scroll behavior from outer container to only the content area
  • Removed sticky positioning from header (no longer needed)
  • Applied flexbox layout to properly contain scrolling to content area only

Test plan

  • Verified header stays fixed at top
  • Verified content scrolls without showing in gap
  • Tested visual appearance matches Windows XP styling

🤖 Generated with Claude Code

Fixed an issue where the scrolling content list was visible in the gap
between the Windows XP-styled blue title bar and the header component.
Restructured the layout to move scroll behavior from the outer container
to only the content area, keeping the header fixed at the top.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@Citingmarc
Copy link
Copy Markdown
Contributor Author

Context for what I'm fixing:
image

@kaic
Copy link
Copy Markdown
Owner

kaic commented Dec 10, 2025

Very good, my friend. Thank you very much for your contribution. LGTM

@kaic kaic merged commit 5b4383b into kaic:main Dec 10, 2025
@kaic kaic added the enhancement New feature or request label Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants