DEV Community

Discussion on: Responsive Accordion Design using HTML, CSS, and Javascript

Collapse
 
supportic profile image
Supportic

I built a responsive accordion with JS classes and I thought how the F this would work responsively without JS. Turns out it doesn't, the max-height is 20rem. Won't show all content once it crosses that height.

Collapse
 
fjones profile image
FJones

0 -> auto works, but isn't animated, and 0% -> 100% doesn't quite do what you would expect.