We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77504cd commit cee212cCopy full SHA for cee212c
apps/desktop/layer/renderer/src/modules/discover/feed-form.tsx
@@ -86,7 +86,7 @@ export const FeedForm: Component<{
86
return (
87
<ScrollArea.ScrollArea
88
flex
89
- rootClassName={cn(isInModal && "-mx-4 px-4 -mt-4", "h-0 grow")}
+ rootClassName={cn(isInModal && "-mx-4 px-4 -mt-4", "h-[500px] grow")}
90
viewportClassName="pt-4"
91
>
92
{/* // Workaround for the issue with the scroll area viewport setting the display to
0 commit comments