Overlay

Opening the overlay needs javascript, you have to the care of toggling display property on the overlay element.

Our default overlay is dark, but there is an inverse version.

Our default overlay covers the entire screen with position: fixed, but you can also use a "local" version (last example). The parent element should have position specified (relative, absolute).