Left panel scrolling behaviour updates#503
Closed
NipunaDB wants to merge 7 commits into
Closed
Conversation
…, AMIE responses, and connector idempotency fixes
…s and varied user roles
- Sidebar nav scrolls independently when viewport height is small - Custom 4px overlay scrollbar thumb: hidden at rest, appears on scroll or hover, fades 800ms after scrolling stops - ResizeObserver keeps thumb position accurate on window resize - Thumb only shown when content actually overflows Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sidebar scroll support — the sidebar nav now scrolls independently when the viewport height is too small to show all items, instead of clipping them
Overlay scrollbar — replaced the native browser scrollbar with a custom 4px JS-driven thumb that floats on top of nav items with no layout space consumed
Scroll-only visibility — the scrollbar thumb is invisible at rest; it fades in while scrolling and stays visible on sidebar hover, then fades out 800ms after the last scroll event
Scrollable-aware — the thumb only appears when the sidebar content actually overflows the viewport; hovering a non-overflowing sidebar shows nothing. A ResizeObserver keeps this accurate as the window resizes