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.
This commit is contained in:
@@ -125,6 +125,13 @@ body.has-ai-conversations-sidebar {
|
||||
gap: 0.5em;
|
||||
justify-content: flex-start;
|
||||
|
||||
.select-kit-body {
|
||||
.select-kit-collection {
|
||||
max-height: 50vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
&__selection-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user