Two absolute positioned divs are stacked on top of each other.
- The first div has a z-index of 0 and contains the website's navigation.
- The second div has a z-index of 1 and is layered above the first div, hiding the navigation.
Surprisingly, the menu items remain clickable even though they are not visible. How does this work?