real fix this time, rule overridden last time
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -307,7 +307,9 @@ $pos-d-y: round($pos-d * 0.866); // 95px
|
|||||||
// absolute children share the root stacking context with the fixed overlays.
|
// absolute children share the root stacking context with the fixed overlays.
|
||||||
// When role-select is open, suppress pointer events so the strip doesn't
|
// When role-select is open, suppress pointer events so the strip doesn't
|
||||||
// intercept clicks on cards (landscape: strip overlaps centered card fan).
|
// 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-strip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user