Fixed footer height

This commit is contained in:
Lucas Oliveira 2024-04-29 19:05:18 +02:00
commit 01ebe97f3a

View file

@ -15,3 +15,7 @@
--ag-row-hover-color: hsl(var(--accent));
--ag-header-height: 2.5rem;
}
.ag-theme-shadcn .ag-paging-panel {
height: 3rem;
}