0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00
penpot/frontend/.storybook/preview-head.html
2024-07-29 09:20:06 +02:00

10 lines
No EOL
159 B
HTML

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