aws / mynah-ui

The chat interface of Amazon Q Developer (for IDEs)
https://aws.github.io/mynah-ui/
Apache License 2.0
15 stars 14 forks source link

Scrollbar styling does not match VS Code theme #148

Closed dogusata closed 1 week ago

dogusata commented 1 week ago

Problem

The styling of the scrollbar, especially the color and the width, don't match the other scrollbars in the VS Code interface.

Steps to reproduce the issue

Install Amazon Q in VS Code. Switch to any dark theme in VS Code. Observe Amazon Q's scrollbar is jarringly bright white, wide, and different from the grey and narrow scrollbars in the rest of VS Code's interface.

Expected behavior

Scrollbar styling should follow the IDE not the OS. Since OS can have light theme but the IDE can have a dark one.

Related links

Bug report in VSCode: https://github.com/aws/aws-toolkit-vscode/issues/5644 Related PR (Merged): https://github.com/aws/mynah-ui/pull/83

System details