Scroll on Modal, Side menu or Pop Up

Since I have to contain a huge list of filters I’d need to have a modal or a pop up or a side menu that allows to scroll below the page height limit, or to extend its limit beyond the screen. Is that something achievable?

Hi,
you can change the overflow properties on the container of your modal, after setting a height (or a max height)

If you wish to scroll only the body and not the title, you can add the same property to an other container wrapping the body of your modal

1 Like

Thank you very much!

Is it possible to scroll the backdrop or page instead of the modal container?