real fix this time, rule overridden last time
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-04-01 15:41:19 -04:00
parent c025a38709
commit 4860b6ee2a

View File

@@ -307,7 +307,9 @@ $pos-d-y: round($pos-d * 0.866); // 95px
// 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; }
// Must target .gate-slot directly — it has an explicit pointer-events: auto
// override that wins over a rule on the parent .position-strip alone.
html:has(.role-select-backdrop) .position-strip .gate-slot { pointer-events: none; }
.position-strip {
position: absolute;