I'd like to show a modal on top of other content but don't want that the overlay because then the other content won't remain interactable. Can we do this?
Hi @itaditya, You can do with some css. Basically you can set the size of the overlay to be the same as the content.
Oh ok got it. Thanks
@itaditya Let me know if that idea worked. Thanks.
Yes it worked @diasbruno :tada:
Good to hear that. :+1:
Can we do something like this overlay: { position: static }. This works for me since the overlay does not have any width and height.
Thanks!