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
- If you are using Next.js, you need to import the styles in `pages/_app.js` or `pages/_app.tsx`.
61
61
- If you are using Create React App, you need to import the styles in `index.js` or `index.tsx`.
62
62
63
+
💡 When you integrate react-responsive-modal in your app, make sure that your Modal content is wrapped in an element so the close icon is not shown on top.
64
+
63
65
### Multiple modals
64
66
65
67
You can render multiple modals at the same time. Clicking on the overlay or pressing "esc" will only close the last modal.
0 commit comments