Scroll function on data overflow not working in the modal

As I was moving all my previous deprecated modals to the new type, realised that the I’m not able to scroll in case of data overflow in the newer version.


Anyone else facing the same issue?

Hi there :waving_hand:

I’m not sure I understand what it is that you are trying to achieve.

Can you share a video of the behavior you wanted (with the old one) and the one you are getting with the new one?

Hey Pacifist,

Make sure:

  • Modal has:
    • Either Height or Max Height that allows for content to be scrolled
  • Overflow property is:
    • Applied in cascade to the “content” elements you’ll use.
    • Set as AUTO, not Scroll. I usually only use scroll when I need to set the overflow value x different from y, but that requires binding the value manually.

Remember to use the New Popup feature instead of the Modal elements. Which I believe is what you mentioned you were doing.

Hope this helps.

Best,
Bruno

Hi
Here’s the video of the same.