Skip to content

Commit 3542a2a

Browse files
authoredSep 23, 2024
fix(docusaurus): storybook empty page (podman-desktop#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>
1 parent ca27ef6 commit 3542a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎website/src/pages/storybook/styles.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
will-change: width;
1212
transition: width var(--ifm-transition-fast) ease;
1313
clip-path: inset(0);
14+
height: 100vh;
1415
}
1516

1617
.docSidebarContainerHidden {

0 commit comments

Comments
 (0)
Please sign in to comment.