Skip to content

Commit

Permalink
fix(docusaurus): storybook empty page (#8998)
Browse files Browse the repository at this point in the history
* fix(docusaurus): storybook empty page

Signed-off-by: axel7083 <[email protected]>

* fix(docusaurus): using 100 viewports for height

Signed-off-by: axel7083 <[email protected]>

---------

Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 authored Sep 23, 2024
1 parent ca27ef6 commit 3542a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/pages/storybook/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
will-change: width;
transition: width var(--ifm-transition-fast) ease;
clip-path: inset(0);
height: 100vh;
}

.docSidebarContainerHidden {
Expand Down

0 comments on commit 3542a2a

Please sign in to comment.