diff --git a/assets/stylesheets/modules/ai-bot-conversations/common.scss b/assets/stylesheets/modules/ai-bot-conversations/common.scss index db1954e0..2b4b6fd8 100644 --- a/assets/stylesheets/modules/ai-bot-conversations/common.scss +++ b/assets/stylesheets/modules/ai-bot-conversations/common.scss @@ -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;