Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgranger committed Nov 29, 2023
1 parent 8e7d445 commit 6107c86
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions build.washingtonpost.com/docs/components/navigation-menu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -692,16 +692,8 @@ A menu (or submenu) link can be set to `disabled`, according to the user’s cur
For submenus containing a large number of links, define a **max-height** and set the container to `scroll` to allow users to access additional items.

```jsx withPreview
<NavigationMenu.Root css={
{
display:"flex",
alignItems:"start",
justifyContent:"start",
width: "200px",
height: "200px"
}
}>
<NavigationMenu.List>
<NavigationMenu.Root>
<NavigationMenu.List css={{display:"flex",marginRight:"100px", marginBottom:"100px"}}>
<NavigationMenu.Item>
<NavigationMenu.Trigger icon="left">
{`Fruit`}
Expand Down

0 comments on commit 6107c86

Please sign in to comment.