diff --git a/frontend/src/components/StackAlertSheet.tsx b/frontend/src/components/StackAlertSheet.tsx index 6d3032a3..05950dcc 100644 --- a/frontend/src/components/StackAlertSheet.tsx +++ b/frontend/src/components/StackAlertSheet.tsx @@ -1,5 +1,6 @@ import { useState, useEffect } from 'react'; import { SystemSheet, SheetSection } from '@/components/ui/system-sheet'; +import { ScrollArea } from '@/components/ui/scroll-area'; import { AlertDialog, AlertDialogAction, @@ -738,13 +739,13 @@ function PolicyRow({ policy, onDelete, onToggle, deleting, saving, isAdmin }: Po }; return ( -
Recent activity
{history.length === 0 ? (No history yet.
) : ( - history.map((entry) => ( -