17 lines
252 B
HTML
17 lines
252 B
HTML
|
<style>
|
||
|
html {
|
||
|
background: transparent !important;
|
||
|
}
|
||
|
|
||
|
.docs-story > :first-child {
|
||
|
padding: 0;
|
||
|
}
|
||
|
.docs-story > * {
|
||
|
background: transparent !important;
|
||
|
}
|
||
|
|
||
|
#root #start-ui-storybook-wrapper {
|
||
|
min-height: 100vh;
|
||
|
}
|
||
|
</style>
|