feat: UX fixes

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-23 19:10:58 -08:00
parent ef03fc97e3
commit aeb9379c27
6 changed files with 6 additions and 6 deletions

View file

@ -444,7 +444,7 @@ export default function LogsManagePage() {
initial={{ opacity: 0, y: 20 }}
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.3 }}
className="w-full px-6 py-4 space-y-6"
className="w-full px-6 py-4 space-y-6 min-h-[calc(100vh-64px)]"
>
{/* Summary Dashboard */}
<LogsSummaryDashboard