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 <[email protected]>
  • Loading branch information
SuZhou-Joe committed Sep 26, 2024
1 parent 9a8bc17 commit b1ccd5c
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 b1ccd5c

Please sign in to comment.