Make parameters panel max height shorter for smaller screens (#988)

This commit is contained in:
Shuchang Zheng
2024-10-16 10:36:25 -07:00
committed by GitHub
parent 7341b92046
commit a988fe9410

View File

@@ -107,7 +107,7 @@ function WorkflowParametersPanel() {
</DropdownMenu>
<ScrollArea>
<ScrollAreaViewport className="max-h-[600px]">
<ScrollAreaViewport className="max-h-96">
<section className="space-y-2">
{workflowParameters.map((parameter) => {
return (