How would I make a modal menu scrollable

Hey there! I need to make the menu on my modal popup (slide-in) scrollable, I am just not quite sure how to do that.

Can anyone advise or point me in the direction of a tutorial?

Hey @smontreuil.

You need to assign the overflow property to the modal block.
I prefer to choose the auto value, so the scrollbar is only displayed, when needed.
You can check more details here, so you are able to choose the right value for you depending on your requirements.

Make also sure you applied a height to your modal block.
In most cases that should work. Let me know about your results.

2 Likes

Awesine @Marius , that worked a charm!

1 Like

Putting this here so I have a quick reference for the next time I need to do this :sunglasses:

1 Like