Anvil/.storybook/fix.css
André Jaenisch 49cbd6178e
fix: reenable scrolling
Otherwise information is lost.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2024-07-04 08:21:34 +02:00

6 lines
140 B
CSS

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