Files
twenty_crm/packages/twenty-front/.storybook/manager-head.html
Charles Bochet 5ec28afac9 Fix Storybook tests (#9554)
Finally fixing the storybook tests!
2025-01-10 20:54:10 +01:00

9 lines
167 B
HTML

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