penpot/frontend/.storybook/preview-head.html
2024-07-29 09:20:06 +02:00

10 lines
159 B
HTML

<link href="/css/main.css" rel="stylesheet" type="text/css" />
<style>
body {
overflow-y: scroll;
}
#storybook-root {
height: 100%;
}
</style>