9 lines
167 B
HTML
9 lines
167 B
HTML
<style>
|
|
[data-is-storybook="true"] {
|
|
background-color: transparent!important;
|
|
}
|
|
:has(#storybook-panel-root) {
|
|
z-index: 100;
|
|
}
|
|
</style>
|