improvement: add overflow handling to integration filter dropdown

This commit is contained in:
Scott Wilson
2024-12-05 09:13:39 -08:00
parent a078cb6059
commit fbfe694fc0

View File

@@ -246,7 +246,7 @@ export const IntegrationsTable = ({
</Tooltip>
</IconButton>
</DropdownMenuTrigger>
<DropdownMenuContent align="end">
<DropdownMenuContent className="thin-scrollbar max-h-[70vh] overflow-y-auto" align="end">
<DropdownMenuLabel>Status</DropdownMenuLabel>
{Object.values(IntegrationStatus).map((status) => (
<DropdownMenuItem