Skip to content

Commit f0d7607

Browse files
fix: add Storybook styles to fix forced-colors mode rendering
1 parent e3af985 commit f0d7607

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<style>
2+
/* Fix for Storybook's zoom wrapper interfering with forced-colors mode */
3+
@media (forced-colors: active) {
4+
.innerZoomElementWrapper.innerZoomElementWrapper.innerZoomElementWrapper
5+
> * {
6+
border: none !important;
7+
}
8+
}
9+
</style>

0 commit comments

Comments
 (0)