mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
merge bug
This commit is contained in:
parent
261736bde5
commit
8a56ea9755
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue