diff options
Diffstat (limited to 'lib/vendor-candidates')
| -rw-r--r-- | lib/vendor-candidates/table/view-candidate_logs-dialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vendor-candidates/table/view-candidate_logs-dialog.tsx b/lib/vendor-candidates/table/view-candidate_logs-dialog.tsx index 6d119bf3..8f0ea2eb 100644 --- a/lib/vendor-candidates/table/view-candidate_logs-dialog.tsx +++ b/lib/vendor-candidates/table/view-candidate_logs-dialog.tsx @@ -205,7 +205,7 @@ export function ViewCandidateLogsDialog({ Showing {filteredLogs.length} {filteredLogs.length === 1 ? 'log' : 'logs'} {filteredLogs.length !== logs.length && ` (filtered from ${logs.length})`} </div> - <ScrollArea className="max-h-96 space-y-4 pr-4"> + <ScrollArea className="max-h-96 space-y-4 pr-4 overflow-y-auto"> {filteredLogs.map((log) => ( <div key={log.id} className="rounded-md border p-4 mb-3 hover:bg-muted/50 transition-colors"> <div className="flex justify-between items-start mb-2"> |
