Skip to content

fix(app): show task list scrollbar - #39531

Open
mzy2025 wants to merge 1 commit into
anomalyco:devfrom
mzy2025:task-scrollbar
Open

fix(app): show task list scrollbar#39531
mzy2025 wants to merge 1 commit into
anomalyco:devfrom
mzy2025:task-scrollbar

Conversation

@mzy2025

@mzy2025 mzy2025 commented Jul 29, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #39528

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

The task list can scroll when its content overflows, but the no-scrollbar class hides the scrollbar.

This PR removes no-scrollbar from the task list's scroll container, allowing the existing platform scrollbar to remain visible without changing the scrolling behavior.

How did you verify your code works?

  • Tested the task list locally in the desktop app with enough items to overflow.
  • Verified that the list remains scrollable and the scrollbar is visible.
  • Ran bun run --cwd packages/app typecheck.
  • Passed the repository pre-push typecheck.

Screenshots / recordings

Attached a recording showing the task list scrollbar when the content overflows.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR
after-fix.mp4

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.

Task list scrollbar is hidden when content overflows

2 participants