diff --git a/frontend/resources/templates/preview-head.mustache b/frontend/resources/templates/preview-head.mustache index f5ba11ca7f..962b214f3b 100644 --- a/frontend/resources/templates/preview-head.mustache +++ b/frontend/resources/templates/preview-head.mustache @@ -7,5 +7,11 @@ #storybook-root { height: 100%; + overflow: auto; + } + + #storybook-docs { + height: 100%; + overflow: auto; }