Skip to content

Commit cee212c

Browse files
committed
fix(desktop): feed form height
1 parent 77504cd commit cee212c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/layer/renderer/src/modules/discover/feed-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const FeedForm: Component<{
8686
return (
8787
<ScrollArea.ScrollArea
8888
flex
89-
rootClassName={cn(isInModal && "-mx-4 px-4 -mt-4", "h-0 grow")}
89+
rootClassName={cn(isInModal && "-mx-4 px-4 -mt-4", "h-[500px] grow")}
9090
viewportClassName="pt-4"
9191
>
9292
{/* // Workaround for the issue with the scroll area viewport setting the display to

0 commit comments

Comments
 (0)