mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 21:11:22 -05:00
Fix: Add scrolling to edit modals
This commit is contained in:
@@ -47,7 +47,7 @@ export function VersionIndicator({
|
||||
</Button>
|
||||
|
||||
<Dialog open={showHistory} onOpenChange={setShowHistory}>
|
||||
<DialogContent className="max-w-4xl max-h-[80vh]">
|
||||
<DialogContent className="max-w-4xl max-h-[80vh] overflow-y-auto">
|
||||
<DialogHeader>
|
||||
<DialogTitle>Version History: {entityName}</DialogTitle>
|
||||
</DialogHeader>
|
||||
@@ -84,7 +84,7 @@ export function VersionIndicator({
|
||||
</div>
|
||||
|
||||
<Dialog open={showHistory} onOpenChange={setShowHistory}>
|
||||
<DialogContent className="max-w-4xl max-h-[80vh]">
|
||||
<DialogContent className="max-w-4xl max-h-[80vh] overflow-y-auto">
|
||||
<DialogHeader>
|
||||
<DialogTitle>Version History: {entityName}</DialogTitle>
|
||||
</DialogHeader>
|
||||
|
||||
Reference in New Issue
Block a user