mantine-analytics-dashboard
mantine-analytics-dashboard copied to clipboard
Dashboard-Default Tasks datatable has wrong height property
At the bottom of the Tasks table, there is some excess white area:
I think this can be resolved by changing the style attribute in app/dashboard/default/page.tsx: const PAPER_PROPS: PaperProps = { p: 'md', shadow: 'md', radius: 'md', style: { height: '100%' }, };
Thank you
Hello, I will check this out