mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 18:21:39 +02:00
🐛 Fix scrolling not working on storybook mdx files
This commit is contained in:
parent
6295fbf7e2
commit
a624a10c85
1 changed files with 6 additions and 1 deletions
|
@ -1 +1,6 @@
|
||||||
<link href="/css/main.css" rel="stylesheet" type="text/css" />
|
<link href="/css/main.css" rel="stylesheet" type="text/css" />
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue