How to change opacity of background when modal is opened?

any option to add opacity like black color when i open a modal ?
thank you

Check out Design and usability

And you can also customize the CSS for the app as well - search the docs...

1 Like

If you'd like to grey out the background of an open modal, it's not currently available, though it's been requested internally!

1 Like

Yeah will be good, that's the normal behavior

1 Like

100% agree on that.

1 Like

any progress on adding this feature?

Current CSS work around.

.ant-modal-wrap { background-color: rgba(0,0,0,.8); }

No progress yet, but I bumped the ticket! And thank you for sharing your workaround here :pray:

1 Like