cherry-pick 44f51f88
This commit is contained in:
parent
3a2e706436
commit
3e524467c5
1 changed files with 2 additions and 2 deletions
|
|
@ -121,13 +121,13 @@
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
height: var(--radix-accordion-content-height);
|
height: var(--radix-accordion-content-height, auto);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes accordion-up {
|
@keyframes accordion-up {
|
||||||
from {
|
from {
|
||||||
height: var(--radix-accordion-content-height);
|
height: var(--radix-accordion-content-height, auto);
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue