Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit cea8fd4

Browse files
authored
FIX: unable to scroll AI bot persona selector (#1445)
This update fixes a UX issue on the AI bot conversations page where the persona selector dropdown doesn't scroll when there are many items and the viewport is small. No tests as it's tricky to test scrolling.
1 parent d7a2af5 commit cea8fd4

File tree

1 file changed

+7
-0
lines changed
  • assets/stylesheets/modules/ai-bot-conversations

1 file changed

+7
-0
lines changed

assets/stylesheets/modules/ai-bot-conversations/common.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ body.has-ai-conversations-sidebar {
125125
gap: 0.5em;
126126
justify-content: flex-start;
127127

128+
.select-kit-body {
129+
.select-kit-collection {
130+
max-height: 50vh;
131+
overflow-y: auto;
132+
}
133+
}
134+
128135
&__selection-wrapper {
129136
display: flex;
130137
flex-direction: column;

0 commit comments

Comments
 (0)