Fix: Add scrolling to edit modals

This commit is contained in:
gpt-engineer-app[bot]
2025-10-15 14:42:35 +00:00
parent 4b500604d8
commit 2071a4561b
4 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ export function VersionComparisonDialog({
return (
<Dialog open={open} onOpenChange={onOpenChange}>
<DialogContent className="max-w-4xl max-h-[80vh]">
<DialogContent className="max-w-4xl max-h-[80vh] overflow-y-auto">
<DialogHeader>
<DialogTitle>Compare Versions</DialogTitle>
<div className="flex items-center gap-4 text-sm text-muted-foreground mt-2">