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 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.