fix(dashboard): scroll issues in modals

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-06-06 14:20:29 +02:00
parent 34414e1d3e
commit 09c83ddeb4
5 changed files with 7 additions and 14 deletions

View File

@@ -60,7 +60,7 @@ export default function OverviewTopGenericModal({
return (
<ModalContent>
<ModalHeader title={`Top ${columnNamePlural}`} />
<ScrollArea className="-mx-6 px-2 max-h-[calc(80vh)]">
<ScrollArea className="-mx-6 px-2">
<OverviewWidgetTableGeneric
data={data}
column={{