diff --git a/studio/frontend/src/features/settings/tabs/knowledge-bases-tab.tsx b/studio/frontend/src/features/settings/tabs/knowledge-bases-tab.tsx index 9e9063e9a4..d9c901b8d3 100644 --- a/studio/frontend/src/features/settings/tabs/knowledge-bases-tab.tsx +++ b/studio/frontend/src/features/settings/tabs/knowledge-bases-tab.tsx @@ -37,7 +37,7 @@ export function KnowledgeBasesTab() { }); return ( -
+

Knowledge bases

@@ -46,7 +46,11 @@ export function KnowledgeBasesTab() {

-
+ {/* Fixed-height workspace so the KB list / detail / preview have a + bounded area to scroll within; the rest of the tab flows and the + settings dialog body scrolls. A flex-1 fill here collapsed under the + tall thread-index + defaults sections below, overlapping them. */} +