getgrav / grav-plugin-shortcode-ui

Grav Shortcode UI Plugin
https://getgrav.org
MIT License
47 stars 11 forks source link

Max height for Accordion is cutting off longer content #20

Closed phideas closed 7 years ago

phideas commented 7 years ago

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.

rhukster commented 7 years ago

Fixed, thanks.