mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
16 lines
254 B
Plaintext
16 lines
254 B
Plaintext
<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>
|