Skip to content

Commit

Permalink
set highest breakpoint for nav item max example
Browse files Browse the repository at this point in the history
  • Loading branch information
BoppLi committed Jul 10, 2024
1 parent b4a71b2 commit 5384613
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,13 @@ export const WithCustomAppArea = {
} satisfies Story;

/**
* This example should be watched at a mobile breakpoint.
* Both the nav area as well as the context area will overflow.
* This nav bar has a lot of menu and context area items.
* Both the nav area as well as the context area will overflow when opened.
*/
export const WithOverflowingMobileContent = {
args: {
...WithContextArea.args,
mobileBreakpoint: ONYX_BREAKPOINTS.xl,
default: () => [
h(OnyxNavButton, { label: "Item 1", href: "/" }),
h(
Expand Down

0 comments on commit 5384613

Please sign in to comment.