Skip to content

fix(upload): make file list scrollable to keep Upload button visible#1555

Merged
thet merged 1 commit intomasterfrom
fix/upload-popover-overflow
Mar 10, 2026
Merged

fix(upload): make file list scrollable to keep Upload button visible#1555
thet merged 1 commit intomasterfrom
fix/upload-popover-overflow

Conversation

@jensens
Copy link
Member

@jensens jensens commented Mar 10, 2026

Fixes #1554

When many files are queued in the folder contents upload popover, the file list pushes the Upload button below the viewport. Adds max-height: 50vh and overflow-y: auto to .previews so the list scrolls while the button stays reachable.

@thet thet force-pushed the fix/upload-popover-overflow branch from 7ab5e19 to 4b4f3a3 Compare March 10, 2026 21:11
Copy link
Member

@thet thet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thet thet merged commit 102da64 into master Mar 10, 2026
3 checks passed
@thet thet deleted the fix/upload-popover-overflow branch March 10, 2026 21:13
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.

Upload popover: file list overflows, Upload button not reachable

2 participants