Skip to content

Commit

Permalink
Move back wrongly positioned metaphor ipsum
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Aug 26, 2024
1 parent e3f6a9a commit 3e419bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/navigator/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ export const Default: StoryObj< typeof NavigatorProvider > = {
>
<h2>A wild sticky element appears</h2>
</div>
<MetaphorIpsum quantity={ 3 } />
</div>
<div style={ { padding: '1rem' } }>
<MetaphorIpsum quantity={ 3 } />
<div
style={ getStickyStyles( {
top: 68,
Expand Down

0 comments on commit 3e419bb

Please sign in to comment.