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
It is possible to wrap a React element with Overlay to make use of its advantages such as making the block overlap any other block despite its z-index.
Example:
<Overlay>
<div>Hello World!</div>
</Overlay>
About
Component for adding other components on the top level of the DOM