Address white falshes in storybook
This commit is contained in:
15
.storybook/preview-head.html
Normal file
15
.storybook/preview-head.html
Normal 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>
|
Reference in New Issue
Block a user