upend/webui/src/stories/FullscreenDecorator.svelte

12 lines
136 B
Svelte

<slot />
<style>
:global(body.sb-main-fullscreen) {
height: 100vh;
}
:global(#storybook-root) {
display: contents;
}
</style>