How to add a "Scroll Box"

Hello there! I’m looking for how to create a scrollable div with a Modal but I don’t know how, can someone help me? Thanks!


Here is the site where the photo were taken: https://droplets.lol/

You have to create a div that contains the entire element with a set width and set height, then inside of it create another div that is going to house your content.

Then on the outter div set it to overflow: auto or overflow: scroll

1 Like