Closed phideas closed 7 years ago
Max height for Accordion is cutting off longer content .accordion-wrapper input:checked ~ article { max-height: 500px; }
.accordion-wrapper input:checked ~ article { max-height: 500px; }
max-height: inherit; solves the problem for me.
max-height: inherit;
Fixed, thanks.
Max height for Accordion is cutting off longer content
.accordion-wrapper input:checked ~ article { max-height: 500px; }
max-height: inherit;
solves the problem for me.