DEV Community

Discussion on: How to build an Accordion Menu using HTML, CSS and JavaScript

Collapse
 
harzjunior profile image
harzjunior

you can use overflow y auto, this will allow you to scroll down once your text exceeds the height limit

Collapse
 
ubahthebuilder profile image
Kingsley Ubah

Perfect!