💫 Fix UI animations inside accordion content

This commit is contained in:
Philipp Stracker 2025-01-22 18:24:27 +01:00
parent 5a4b403732
commit 99c7541bb1
No known key found for this signature in database
2 changed files with 12 additions and 10 deletions

View file

@ -21,7 +21,12 @@
gap: 16px;
}
.ppcp--content {
.ppcp--accordion-content {
display: none;
margin: 24px 0 0;
&.ppcp--is-open {
display: block;
}
}
}