Overlay Method
Enum that categorizes the methods of an overlay implementation.
Entries
CoveringEach
Link copied to clipboard
Content copied to clipboard
An overlay is rendered for each modal opened, so there are arbitrary pairs of overlay and modal on top.
CoveringTopMost
Link copied to clipboard
Content copied to clipboard
Only one overlay will be rendered, just beneath the top most modal shown, so that it covers the whole rest of the screen including other modals opened before.