diff --git a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx index 924f75a6..8fd4be9b 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx @@ -102,7 +102,7 @@ const ScrollToBottomContainer = ({ children, className, style }: { children: Rea const isBottom = Math.abs( div.scrollHeight - div.clientHeight - div.scrollTop - ) < 1; + ) < 4; setIsAtBottom(isBottom); }; @@ -159,71 +159,66 @@ export const SelectedFiles = ( return ( !!selections && selections.length !== 0 && ( -