small pipeline z-index hierarchy fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-04-01 15:30:20 -04:00
parent 581ea7e349
commit c025a38709

View File

@@ -305,6 +305,10 @@ $pos-d-y: round($pos-d * 0.866); // 95px
// Numbered gate-slot circles rendered above the backdrop (z 130 > overlay 120
// > backdrop 100). .room-page is position:relative with no z-index, so its
// absolute children share the root stacking context with the fixed overlays.
// When role-select is open, suppress pointer events so the strip doesn't
// intercept clicks on cards (landscape: strip overlaps centered card fan).
html:has(.role-select-backdrop) .position-strip { pointer-events: none; }
.position-strip {
position: absolute;
top: 1.5rem;