penpot/frontend/resources/templates/preview-head.mustache
2024-08-05 17:39:57 +02:00

11 lines
170 B
Plaintext

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