inert instead of pointer-events
This commit is contained in:
parent
f2513321da
commit
1927517bcd
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ export function applyConfiguration(): void {
|
||||||
const place = current[pane];
|
const place = current[pane];
|
||||||
|
|
||||||
element.style.setProperty('--base-transform', placeToTransform(place));
|
element.style.setProperty('--base-transform', placeToTransform(place));
|
||||||
element.style.pointerEvents = place[0] == 'front' ? 'auto' : 'none';
|
element.inert = place[0] != 'front';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue