Header

open overlay
Run this is its own screen ➚ and watch the URL in the browser location bar change. Hence, the page with overlay displayed is bookmarkable. The overlay appears on a route change (m.route). It's important to notice in Page1, the redraw strategy is set to 'diff'. This is because normally a call to m.route sets it to 'all' which causes flicker.
Edit in JS Bin