From 6bfa8a3837ce8b39198f8ae61709b4ec2a6e7282 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 16 Dec 2025 20:59:42 +0000 Subject: [PATCH] fix: AI model selector dropdown overflow on small screens Add max-height and overflow-y-auto to the model selector dropdown in the AI chat panel to prevent it from extending past the screen when there are many models available (e.g., with Ollama). Fixes feedback from discussion #845 --- frontend-modern/src/components/AI/AIChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-modern/src/components/AI/AIChat.tsx b/frontend-modern/src/components/AI/AIChat.tsx index af1d5c1..a9e90d2 100644 --- a/frontend-modern/src/components/AI/AIChat.tsx +++ b/frontend-modern/src/components/AI/AIChat.tsx @@ -1003,7 +1003,7 @@ export const AIChat: Component = (props) => { -
+