diff --git a/packages/calcite-components/src/components/flow-item/flow-item.stories.ts b/packages/calcite-components/src/components/flow-item/flow-item.stories.ts index e5ceb1b83e9..8ed395722da 100644 --- a/packages/calcite-components/src/components/flow-item/flow-item.stories.ts +++ b/packages/calcite-components/src/components/flow-item/flow-item.stories.ts @@ -242,6 +242,32 @@ export const noDoubleScrollbars_TestOnly = (): string => html` `; +export const overflowContent_TestOnly = (): string => html` +
+ + + + + + + + + + + + + + + + + +
`; + export const withActionBar_TestOnly = (): string => html`
diff --git a/packages/calcite-components/src/components/panel/panel.stories.ts b/packages/calcite-components/src/components/panel/panel.stories.ts index 241cb7fc2a0..58ac6ef9868 100644 --- a/packages/calcite-components/src/components/panel/panel.stories.ts +++ b/packages/calcite-components/src/components/panel/panel.stories.ts @@ -404,6 +404,30 @@ export const flexContentWithFAB_TestOnly = (): string => html``; +export const overflowContent_TestOnly = (): string => html` +
+ + + + + + + + + + + + + + + +
`; + export const overflowContentWithFab_TestOnly = (): string => html`