Skip to content

Commit

Permalink
clarify example of Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
devgioele committed Oct 20, 2023
1 parent bc9bc84 commit 55dc2b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/examples/Menu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ const meta = {
<div className="h-screen overflow-y-scroll border-2" tabIndex={-1}>
<div className="flex h-[100rem] items-center justify-center">
<div>
Nested container
<div className="overflow-hidden border-2 p-10">
<div className="px-4">
Container with &quot;overflow: hidden&quot;
</div>
<div className="mx-4 flex items-center justify-center overflow-hidden border-2 p-8">
<div ref={elementRef}>
<Story />
</div>
Expand Down

0 comments on commit 55dc2b9

Please sign in to comment.