mirror of
https://github.com/penpot/penpot.git
synced 2026-06-10 09:22:05 +00:00
18 lines
265 B
Plaintext
18 lines
265 B
Plaintext
<link href="./css/ds.css?version={{& version}}" rel="stylesheet" type="text/css" />
|
|
|
|
<style>
|
|
body {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
#storybook-root {
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
#storybook-docs {
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
</style>
|