Skip to content

Hide the pinboard scroll indicator - #23

Merged
mobrava merged 1 commit into
mainfrom
fix/pinboard-scroll-indicator
Aug 31, 2026
Merged

Hide the pinboard scroll indicator#23
mobrava merged 1 commit into
mainfrom
fix/pinboard-scroll-indicator

Conversation

@mobrava

@mobrava mobrava commented Aug 31, 2026

Copy link
Copy Markdown
Owner

Problem

A horizontal scrollbar sits across the bottom of the panel whenever a pinboard tab is open. The history tab does not show one.

Cause

CardGridView builds its scroll view with showsIndicators: false, but PinboardGridView passes showsIndicators: true.

Fix

Match the history grid and hide the indicator.

The history grid already hides its horizontal scroll indicator. The
pinboard grid kept it, so a scrollbar sat across the bottom of the panel
whenever a pinboard tab was open.
@mobrava
mobrava merged commit c3871e5 into main Aug 31, 2026
1 check passed
@mobrava
mobrava deleted the fix/pinboard-scroll-indicator branch August 31, 2026 12:32
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.

1 participant