Files
penpot/frontend/resources/templates/preview-head.mustache
Alejandro Alonso 5f0c036ad5 🐛 Fix storybook css path
2024-08-07 06:46:06 +02:00

11 lines
171 B
Plaintext

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