You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup my modal with this parameter: overlayClose: false,
It works properly. When I click overlay area in html page, I want that this modal takes pulse effect. Like bootstrap modals.
Hello,
I setup my modal with this parameter:
overlayClose: false,
It works properly. When I click overlay area in html page, I want that this modal takes pulse effect. Like bootstrap modals.
https://getbootstrap.com/docs/5.0/components/modal/#static-backdrop
In bootstrap it is named as static-backdrop. In your library it is named as overlay.
The text was updated successfully, but these errors were encountered: