Skip to content

Commit b808ac5

Browse files
authored
[chore] non-modal story close button gets clipped (#34383)
1 parent 21605e7 commit b808ac5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/web-components/src/dialog/dialog.stories.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export const ModalWithNoTitleOrActions: Story = {
205205
};
206206
207207
export const NonModalWithNoTitleOrActions: Story = {
208+
render: renderComponent(html<StoryArgs<FluentDialog>>` <div style="min-height: 300px">${storyTemplate}</div> `),
208209
args: {
209210
type: DialogType.nonModal,
210211
slottedContent: () => html`

0 commit comments

Comments
 (0)