Overlay Method
Enum that categorizes the methods of an overlay implementation.
Entries
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. The overall effect is often that the screen becomes darker and darker if the overlay effect is applying a transparent color to the screen.
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.