49cbd6178e
Otherwise information is lost. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
6 lines
140 B
CSS
6 lines
140 B
CSS
/* Importing Tailwind has direct impact on some Storybook rules.
|
|
* Undo the most negative effects here. */
|
|
html,
|
|
body {
|
|
overflow: auto;
|
|
}
|