hensei-web/.storybook/storybook-overrides.css

16 lines
319 B
CSS

/* Storybook-specific overrides */
/* Allow scrolling in Storybook (app.scss sets overflow: hidden for custom layout scrolling) */
body {
overflow: auto !important;
height: auto !important;
}
html {
height: auto !important;
}
/* Ensure docs pages can scroll */
.sbdocs-wrapper {
overflow: auto !important;
}