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

@ -189,7 +189,7 @@ export default function DocumentsTable() {
initial={{ opacity: 0, y: 20 }}
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.3 }}
className="w-full px-6 py-4"
className="w-full px-6 py-4 min-h-[calc(100vh-64px)]"
>
<DocumentsFilters
typeCounts={typeCounts ?? {}}