penpot/frontend/resources/templates/preview-head.mustache
Milos Milic 9c6e3f5ec3
🐛 Fix Storybook docs and canvas pages missing scrollbar (#6049) (#9319)
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-05-28 16:25:06 +02:00

18 lines
265 B
Plaintext

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