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
Sometimes it may be preferable to use CSS classes rather than inline styles. You can use the `className` and `overlayClassName` props to specify a given CSS class for each of those.
4
+
You can override the default class that is added to `document.body` when the modal is open by defining a property `bodyOpenClassName`.
4
5
Note: If you provide those props all default styles will not be applied, leaving all styles under control of the CSS class.
5
6
The `portalClassName` can also be used however there are no styles by default applied
0 commit comments