style: add overflow-y-auto class to dialog content containers

- Updated the BacklogPlanDialog, AddEditServerDialog, CreateSpecDialog, and RegenerateSpecDialog components to include the overflow-y-auto class for improved scrolling behavior in dialog content.
This commit is contained in:
webdevcody
2026-01-13 13:45:29 -05:00
parent ff5915dd20
commit 298acc9f89
4 changed files with 4 additions and 4 deletions

View File

@@ -419,7 +419,7 @@ export function BacklogPlanDialog({
</DialogDescription>
</DialogHeader>
<div className="py-4">{renderContent()}</div>
<div className="py-4 overflow-y-auto">{renderContent()}</div>
<DialogFooter>
{mode === 'input' && (