Skip to content

fix(dashboards): make timezone list scrollable when not searching - #9647

Merged
nishantmonu51 merged 1 commit into
mainfrom
rohithreddykota/fix-timezone-list-scroll
Jul 6, 2026
Merged

fix(dashboards): make timezone list scrollable when not searching#9647
nishantmonu51 merged 1 commit into
mainfrom
rohithreddykota/fix-timezone-list-scroll

Conversation

@rohithreddykota

Copy link
Copy Markdown
Member
  • The timezone selector only capped and scrolled the search-results group (max-h-72 overflow-y-auto); the pinned/available-zones group rendered on open was uncapped, so projects with many configured timezones overflowed off-screen.
  • Applied the same max-h-72 overflow-y-auto constraint to the pinned group in both Zone.svelte and ZoneContent.svelte (the latter used by RangePickerV2), so the default list scrolls just like the search results.

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

Developed in collaboration with Claude Code

@nishantmonu51
nishantmonu51 merged commit cbb0b0e into main Jul 6, 2026
20 of 21 checks passed
@nishantmonu51
nishantmonu51 deleted the rohithreddykota/fix-timezone-list-scroll branch July 6, 2026 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants