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