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?
@aurelie Thank you for the info! That worked also for me. Including a tip I found in another thread by @nico for hiding the scroll bar with scrollbar-width: none;
However, as soon as I have scrolling functioning, everything in my modal is a bit blurred (see screenshot comparision of a text)
What could that be?
1 Like