better maxheight for mobile friendly tabs

This commit is contained in:
mbecker20
2026-03-09 03:13:40 -07:00
parent 42f452fdda
commit 1480c3b020

View File

@@ -137,7 +137,11 @@ export function MobileFriendlyTabsSelector({
</Group>
);
}}
// maxDropdownHeight="calc(100vh - 230px)"
withScrollArea={false}
styles={{
dropdown: { maxHeight: "calc(100vh - 230px)", overflowY: "auto" },
}}
/>
{actions}
</Stack>