Anvil/.storybook/fix.css

7 lines
140 B
CSS
Raw Normal View History

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