This commit is contained in:
Raphaël MANSUY 2025-12-04 19:18:16 +08:00
parent 3a2e706436
commit 3e524467c5

View file

@ -121,13 +121,13 @@
height: 0;
}
to {
height: var(--radix-accordion-content-height);
height: var(--radix-accordion-content-height, auto);
}
}
@keyframes accordion-up {
from {
height: var(--radix-accordion-content-height);
height: var(--radix-accordion-content-height, auto);
}
to {
height: 0;