Make sure the display canvas does not go over the side panel
This commit is contained in:
parent
9858b64752
commit
28afdc35ef
@ -162,7 +162,7 @@
|
|||||||
return;
|
return;
|
||||||
// Raise the display to the foreground
|
// Raise the display to the foreground
|
||||||
const display = document.getElementById("display");
|
const display = document.getElementById("display");
|
||||||
display.style.zIndex = 10;
|
display.style.zIndex = 5;
|
||||||
plausible("Display activated");
|
plausible("Display activated");
|
||||||
}
|
}
|
||||||
function handleProcessCreated()
|
function handleProcessCreated()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user