mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
15 lines
254 B
Text
15 lines
254 B
Text
<link href="./css/ds.css?ts={{& ts}}" rel="stylesheet" type="text/css" />
|
|
|
|
<style>
|
|
body {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
#storybook-root {
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
window.penpotTranslations = JSON.parse({{& translations}});
|
|
</script>
|