Fix scrollbar theme#520
Merged
Merged
Conversation
…hell Add thin, theme-responsive scrollbar styles to all scrollable areas in both CopilotShell and Shell (FullScreen) layouts: - Thread scroll area (message list) - Thread list dropdown (conversation history) Uses cssUtils.$border-default for thumb color and transparent track, matching dark/light theme automatically. 6px width with rounded corners. Affects: - CopilotShell/thread.scss (.openui-copilot-shell-thread-scroll-area) - CopilotShell/threadList.scss (.openui-copilot-shell-thread-list-items) - Shell/thread.scss (.openui-shell-thread-scroll-area) - Shell/threadlist.scss (.openui-shell-thread-list) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…Shell Updated scrollbar styles in BottomTray and CopilotShell components to improve visual consistency and responsiveness. The scrollbar is now thin and uses theme-aware colors for the thumb and track, enhancing the user experience across different themes. Affects: - BottomTray/thread.scss - CopilotShell/thread.scss
ankit-thesys
previously approved these changes
May 18, 2026
Refactored scrollbar styles in BottomTray, CopilotShell, Shell, and their respective thread and threadList components to use a consistent width and theme-aware properties. The scrollbar width is now set to cssUtils.$space-xs, and the thumb's border-radius has been adjusted for better visual consistency. Affects: - BottomTray/thread.scss - CopilotShell/thread.scss - CopilotShell/threadList.scss - Shell/thread.scss - Shell/threadlist.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Describe the change and why it is needed.
Changes
Test Plan
Describe how you validated this change.
Checklist