Remove unused ScrollArea type in ChatPanel.tsx

- Removed the unused type "never" for ScrollArea in ChatPanel.tsx.
This commit is contained in:
Rankin Zheng 2023-08-03 20:49:00 +08:00
parent 8da3083e9e
commit addc1bcd33

View File

@ -109,7 +109,6 @@ const chatPanel = () => {
minWidth: 240
}}>
<ScrollArea
type="never"
sx={{
height: generating ? height - px('8rem') : height - px('5rem'),
width: chatContainerRect.width,