Skip to content

Commit

Permalink
Update stories
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Oct 15, 2024
1 parent fdbe2a9 commit 0b7e956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/Overlay/Overlay.features.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export const MemexNestedOverlays = () => {
ignoreClickRefs={[buttonRef]}
top={60}
left={16}
reflow={true}
>
<Box as="form" onSubmit={() => setOverlayOpen(false)} sx={{display: 'flex', flexDirection: 'column', py: 2}}>
<Box sx={{paddingX: 3, display: 'flex', alignItems: 'center', gap: 1}}>
Expand Down Expand Up @@ -285,6 +286,7 @@ export const NestedOverlays = () => {
ignoreClickRefs={[buttonRef]}
top={100}
left={16}
reflow={true}
>
<Box sx={{display: 'flex', flexDirection: 'column', py: 2}}>
<Box sx={{paddingX: 3, paddingY: 2}}>
Expand Down

0 comments on commit 0b7e956

Please sign in to comment.