max height and overflow in parameter panel (#908)

This commit is contained in:
Kerem Yilmaz
2024-10-04 10:34:42 -07:00
committed by GitHub
parent 17ed1c90f2
commit 2c7cbf0eb8

View File

@@ -105,7 +105,7 @@ function WorkflowParametersPanel() {
</DropdownMenuContent>
</DropdownMenu>
<section className="space-y-2">
<section className="max-h-[600px] space-y-2 overflow-y-scroll">
{workflowParameters.map((parameter) => {
return (
<div