mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
10 lines
No EOL
159 B
HTML
10 lines
No EOL
159 B
HTML
<link href="/css/main.css" rel="stylesheet" type="text/css" />
|
|
<style>
|
|
body {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
#storybook-root {
|
|
height: 100%;
|
|
}
|
|
</style> |