fix(desktop): feed form height

This commit is contained in:
Stephen Zhou 2025-05-06 16:48:50 +08:00
parent 77504cdf57
commit cee212cb2f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export const FeedForm: Component<{
return (
<ScrollArea.ScrollArea
flex
rootClassName={cn(isInModal && "-mx-4 px-4 -mt-4", "h-0 grow")}
rootClassName={cn(isInModal && "-mx-4 px-4 -mt-4", "h-[500px] grow")}
viewportClassName="pt-4"
>
{/* // Workaround for the issue with the scroll area viewport setting the display to