Great library! We've come across an issue where some content blockers (Crystal on iOS) are hiding components once transitioned.
It's looks like Crystal is adding display: none !important; to div.shown
Removing, renaming the class name shown seems to fix it.
Great library! We've come across an issue where some content blockers (Crystal on iOS) are hiding components once transitioned.
It's looks like Crystal is adding
display: none !important;todiv.shownRemoving, renaming the class name
shownseems to fix it.