We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21605e7 commit b808ac5Copy full SHA for b808ac5
1 file changed
packages/web-components/src/dialog/dialog.stories.ts
@@ -205,6 +205,7 @@ export const ModalWithNoTitleOrActions: Story = {
205
};
206
207
export const NonModalWithNoTitleOrActions: Story = {
208
+ render: renderComponent(html<StoryArgs<FluentDialog>>` <div style="min-height: 300px">${storyTemplate}</div> `),
209
args: {
210
type: DialogType.nonModal,
211
slottedContent: () => html`
0 commit comments