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,9 +1,13 @@
<style> <style>
body { body.sb-show-main.sb-main-padded {
padding: 0 !important; padding: 0;
background-color: #393939 !important;
} }
body:not(.kcBodyClass) {
background-color: #393939;
}
body.sb-show-preparing-docs > .sb-wrapper { body.sb-show-preparing-docs > .sb-wrapper {
visibility: hidden; visibility: hidden;
} }