diff --git a/src/AliceWM.tsx b/src/AliceWM.tsx index 6e8027a3..8c638f21 100755 --- a/src/AliceWM.tsx +++ b/src/AliceWM.tsx @@ -1142,6 +1142,7 @@ class WMSplitBar { document.documentElement.clientWidth || document.body.clientWidth; this.element.style.left = width / 2 - 4 + "px"; + this.element.style.zIndex = getHighestZindex() + ""; document.body.appendChild(this.element); setTimeout(() => { this.element.style.removeProperty("background-color");