🐛 Fix scrolling not working on storybook mdx files

This commit is contained in:
Belén Albeza
2024-07-02 11:58:39 +02:00
parent 6295fbf7e2
commit a624a10c85

View File

@@ -1 +1,6 @@
<link href="/css/main.css" rel="stylesheet" type="text/css" />
<style>
body {
overflow-y: scroll;
}
</style>