Address white falshes in storybook

This commit is contained in:
Joseph Garrone
2024-06-05 01:02:17 +02:00
parent 183826ca0d
commit 0b5a7544ca
5 changed files with 93 additions and 100 deletions

View File

@ -0,0 +1,15 @@
<style>
body {
padding: 0 !important;
background-color: #393939 !important;
}
body.sb-show-preparing-docs>.sb-wrapper {
visibility: hidden;
}
body .sb-preparing-story {
visibility: hidden;
}
</style>