You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scroll bars in the Navie response pane, context window, and code block panes appear very large and distracting compared to the other scrollbars in the JetBrains UI and the scrollbars as they render in Visual Studio Code. These scroll bars are very bright, wide, and numerous, which creates a distracting and unfinished experience when navigating Navie responses.
Expected Behavior
The scroll bars in Navie views should match the appearance and behavior of scroll bars in the rest of the JetBrains Specifically:
Scroll bars should be less bright and more subtle.
Scroll bars should be narrower.
The overall prominence and visibility of scroll bars should be reduced to avoid distraction.
Actual Behavior
Scroll bars in Navie views are very bright and wide.
The scroll bars appear numerous and stand out compared to the rest of the IDE.
Changing themes in the IDE does not affect the appearance of the scroll bars in Navie views.
Impact
The large and distracting scroll bars give the experience of navigating Navie responses an unfinished feeling, making it uncomfortable and distracting for users.
Steps to Reproduce
Open JetBrains and navigate to a Navie chat.
View the response pane, context window, and code block panes within Navie.
Observe the appearance and size of the scroll bars in these panes.
Compare these scroll bars to those in the rest of the JetBrains UI and Visual Studio Code.
Environment Details
JetBrains: .72.0
Visual Studio Code: 0.125
Additional Information
The text was updated successfully, but these errors were encountered:
JetBrains is using https://kingsora.github.io/OverlayScrollbars/, it we want to keep compatibility with 2023.1, then we could perhaps include this library and css instead of using CSS provided by the IDE?
But using the styling provided by the IDE would be preferred as we would not have to maintain our own solution.
Description
The scroll bars in the Navie response pane, context window, and code block panes appear very large and distracting compared to the other scrollbars in the JetBrains UI and the scrollbars as they render in Visual Studio Code. These scroll bars are very bright, wide, and numerous, which creates a distracting and unfinished experience when navigating Navie responses.
Expected Behavior
The scroll bars in Navie views should match the appearance and behavior of scroll bars in the rest of the JetBrains Specifically:
Actual Behavior
Impact
The large and distracting scroll bars give the experience of navigating Navie responses an unfinished feeling, making it uncomfortable and distracting for users.
Steps to Reproduce
Environment Details
JetBrains: .72.0
Visual Studio Code: 0.125
Additional Information
The text was updated successfully, but these errors were encountered: