merge bug

This commit is contained in:
Mathew Pareles 2025-01-13 03:32:21 -08:00
parent 261736bde5
commit 8a56ea9755

View file

@ -664,7 +664,6 @@ export const SidebarChat = () => {
flex flex-col gap-0
overflow-x-hidden
overflow-y-auto
${previousMessages.length > 0 ? 'pt-2' : ''}
`}
style={{ maxHeight: sidebarDimensions.height - historyDimensions.height - formDimensions.height - 30 }} // the height of the previousMessages is determined by all other heights
>