Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scroll styling for file lists #457

Merged
merged 6 commits into from
Mar 3, 2025

Conversation

aswallace
Copy link
Contributor

Context

Adds gradient overlays per the recommended styling for making it clearer when file lists are scrollable
closes #335

Changes

Added overlays to the FileLists and to the root DirectoryTree
Needed to do some funky css to account for the disappearing scrollbars in Chrome/Firefox vs permanently visible scrollbars in Safari/Chromium

NOT addressed

The styling guide includes recommendations for when to show or hide scrollbars. Unfortunately, we generally don't have control over this since it's determined by the browser settings

Testing

Visual checks on different browsers and web vs desktop

Screenshots

Apologies for weirdly annotated screenshots

Chrome/Firefox: (scrollbars disappear)

Screenshot 2025-02-27 at 12 50 58 PM Screenshot 2025-02-27 at 12 54 24 PM image

Safari/Desktop: (scrollbars always visible)

Screenshot 2025-02-27 at 12 59 32 PM

@aswallace aswallace linked an issue Feb 27, 2025 that may be closed by this pull request
@aswallace aswallace requested a review from kmitcham February 27, 2025 21:07
@aswallace aswallace merged commit 588af24 into main Mar 3, 2025
7 checks passed
@aswallace aswallace deleted the feature/filelist-scrollable-styling branch March 3, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Users unsure when list is scrollable
3 participants