From 3542a2a0fbd900dbc1a4387dc17e254f55324234 Mon Sep 17 00:00:00 2001 From: axel7083 <42176370+axel7083@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:27:00 +0200 Subject: [PATCH] fix(docusaurus): storybook empty page (#8998) * fix(docusaurus): storybook empty page Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> * fix(docusaurus): using 100 viewports for height Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> --------- Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> --- website/src/pages/storybook/styles.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/pages/storybook/styles.module.css b/website/src/pages/storybook/styles.module.css index d522fd71d0315..396ece7c090d5 100644 --- a/website/src/pages/storybook/styles.module.css +++ b/website/src/pages/storybook/styles.module.css @@ -11,6 +11,7 @@ will-change: width; transition: width var(--ifm-transition-fast) ease; clip-path: inset(0); + height: 100vh; } .docSidebarContainerHidden {