mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
better maxheight for mobile friendly tabs
This commit is contained in:
@@ -137,7 +137,11 @@ export function MobileFriendlyTabsSelector({
|
||||
</Group>
|
||||
);
|
||||
}}
|
||||
// maxDropdownHeight="calc(100vh - 230px)"
|
||||
withScrollArea={false}
|
||||
styles={{
|
||||
dropdown: { maxHeight: "calc(100vh - 230px)", overflowY: "auto" },
|
||||
}}
|
||||
/>
|
||||
{actions}
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user