Skip to content

Commit

Permalink
feat: update mobile break points
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Sep 24, 2024
1 parent e29d544 commit b1f54bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export function NavGroups({

return (
<EuiFlexItem style={style}>
<EuiSideNav items={sideNavItems} isOpenOnMobile />
<EuiSideNav items={sideNavItems} isOpenOnMobile mobileBreakpoints={[]} />
{suffix}
</EuiFlexItem>
);
Expand Down

0 comments on commit b1f54bf

Please sign in to comment.