Skip to content

Commit 0575725

Browse files
committed
chore(accordion): fixed Astro example for Safari
1 parent 4feb1f3 commit 0575725

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/radix-docs/src/demos/primitives/accordion/accordion-demo.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
background-color: var(--mauve-2);
106106
}
107107

108+
.AccordionContent[hidden] {
109+
display: none !important;
110+
}
111+
108112
.AccordionContent[data-orientation='vertical'][data-state='open'] {
109113
animation: slideDown 300ms cubic-bezier(0.87, 0, 0.13, 1);
110114
}

0 commit comments

Comments
 (0)