Skip to content

Commit

Permalink
docs: fix story height
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Nov 27, 2023
1 parent 79e2c3d commit 096c311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/notification/notification.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const meta: Meta = {
(story, context) =>
html`<div
style="padding: 2rem;display: flex;gap: var(--sbb-spacing-fixed-4x);flex-direction: column;${isChromatic()
? 'height: 4000px'
? 'min-height: 1000px;'
: ''}"
>
${trigger(context.args)}
Expand Down

0 comments on commit 096c311

Please sign in to comment.