Modal hide x close button on scroll

I’ve created a modal window that has more content that will fit within the height, and have added element css to enable scroll. Is there also a way within Pro to hide the “X” close icon on scroll?

Fyi, I am using css to move the X-Close icon so it appears inside of the modal window. I’ve seen other comments here on the forum asking why the X close icon sits up in the extreme corners of the browser window. It really makes no sense to me that it doesn’t appear within the modal window where it belongs :slight_smile:

Hello @mcaravaglia,

Thanks for writing in! Regretfully the Modal element does not have an option that allows you to hide the “X” close button when you scroll contents of the modal. You should adjust your custom CSS used to reposition the close button. Some users just add a DIV element and a Button element inside the Modal Content that is used to close the Modal. You might want to check out this documentation:

Please be advised that we have designed the Modal to have the close button on the upper right or left corner of the page.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.