From 9812dd40c48e13333f07d66b6c835d42976135e7 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:51:19 -0800 Subject: [PATCH] Fixes --- webview-ui/src/components/chat/ChatView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index bba6bb6fe1..cad6e84aff 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -919,7 +919,7 @@ const ScrollToBottomButton = styled.div` justify-content: center; align-items: center; flex: 1; - height: 24px; + height: 25px; &:hover { background-color: color-mix(in srgb, var(--vscode-toolbar-hoverBackground) 90%, transparent);