diff --git a/src/style.css b/src/style.css index d3b2350..c9d18e5 100644 --- a/src/style.css +++ b/src/style.css @@ -447,11 +447,15 @@ canvas#c { } /* ---- the drawer ---- */ -.drawer-panel { +/* Full-bleed and pass-through: the cutlery is dragged on the CANVAS beneath. + The `#ui > *` auto rule has ID specificity and would otherwise force this + invisible full-screen sheet to pointer-events:auto, swallowing every drag. */ +#ui > .drawer-panel { position: absolute; inset: 0; pointer-events: none; } +/* The info card is the only thing here that could want clicks — it doesn't. */ .drawer-card { position: absolute;