{% extends "base.html" %} {% block title %}Overlay Test{% endblock %} {% block extra_css %} #veil { display: none; position: fixed; inset: 0; z-index: 100; background: rgba(30, 30, 30, 0.75); color: #fff; padding: 20px; } #skin-label { position: relative; display: inline-block; } #skin-check { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.01; margin: 0; } #skin-face { display: inline-block; padding: 8px 16px; border: 1px solid #888; } #clipped { position: fixed; top: -400px; left: 0; width: 200px; height: 200px; } {% endblock %} {% block content %}

Overlay Test

Interstitial

Target

nothing clicked

Nested Child

not clicked

Label Over Input

untouched

Degenerate Boxes

{% endblock %}