mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-29 19:12:15 +00:00
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:
parent
d7a2af5505
commit
cea8fd423e
@ -125,6 +125,13 @@ body.has-ai-conversations-sidebar {
|
|||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|
||||||
|
.select-kit-body {
|
||||||
|
.select-kit-collection {
|
||||||
|
max-height: 50vh;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&__selection-wrapper {
|
&__selection-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user