mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
10 lines
171 B
Text
10 lines
171 B
Text
<link href="./css/ds.css?ts={{& ts}}" rel="stylesheet" type="text/css" />
|
|
<style>
|
|
body {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
#storybook-root {
|
|
height: 100%;
|
|
}
|
|
</style>
|