7 lines
140 B
CSS
7 lines
140 B
CSS
|
/* Importing Tailwind has direct impact on some Storybook rules.
|
||
|
* Undo the most negative effects here. */
|
||
|
html,
|
||
|
body {
|
||
|
overflow: auto;
|
||
|
}
|