Another improvement on storybook switching from one page to another

This commit is contained in:
Joseph Garrone 2024-06-05 01:32:31 +02:00
parent 0b5a7544ca
commit b665bae3bb

View File

@ -1,10 +1,14 @@
<style>
body {
padding: 0 !important;
background-color: #393939 !important;
body.sb-show-main.sb-main-padded {
padding: 0;
}
body.sb-show-preparing-docs>.sb-wrapper {
body:not(.kcBodyClass) {
background-color: #393939;
}
body.sb-show-preparing-docs > .sb-wrapper {
visibility: hidden;
}