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);