Fix Storybook tests (#9554)

Finally fixing the storybook tests!
This commit is contained in:
Charles Bochet
2025-01-10 20:54:10 +01:00
committed by GitHub
parent 2e0169b954
commit 5ec28afac9
5 changed files with 55 additions and 28 deletions

View File

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