diff --git a/src/components/container/sticky-bar/sticky-bar.stories.ts b/src/components/container/sticky-bar/sticky-bar.stories.ts index c85714802f6..1ee9eb58554 100644 --- a/src/components/container/sticky-bar/sticky-bar.stories.ts +++ b/src/components/container/sticky-bar/sticky-bar.stories.ts @@ -114,7 +114,11 @@ const DefaultTemplate = ({ disableAnimation, ...args }: Args): TemplateResult => html` - + ${containerContent('Example title', containerColor)} ${containerContent('Another one', containerColor)} ${containerContent('And another one', containerColor)} @@ -153,7 +157,11 @@ const WithContentAfterTemplate = ({ disableAnimation, ...args }: Args): TemplateResult => html` - + ${containerContent('Example title', containerColor)} ${containerContent('Another one', containerColor)} ${containerContent('And another one', containerColor)}