mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 10:51:13 -05:00
Fix: Add scrolling to edit modals
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user