We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34465c2 commit 4d2274eCopy full SHA for 4d2274e
.changeset/hungry-frogs-tie.md
@@ -0,0 +1,5 @@
1
+---
2
+"@saleor/macaw-ui": patch
3
4
+
5
+Fix Accordion overflow.
src/components/Accordion/common.css.ts
@@ -1,6 +1,12 @@
import { keyframes, style } from "@vanilla-extract/css";
-export const trigger = style({});
+export const trigger = style({
+ selectors: {
+ '&[data-state="open"]': {
6
+ overflow: "visible",
7
+ },
8
9
+});
10
11
export const icon = style({
12
transition: "transform 300ms",
0 commit comments