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");
diff --git a/src/coreapps/AboutApp.tsx b/src/coreapps/AboutApp.tsx
index c0fc00a0..9b461a7c 100644
--- a/src/coreapps/AboutApp.tsx
+++ b/src/coreapps/AboutApp.tsx
@@ -48,12 +48,10 @@ class AboutApp extends App {
This product is licensed under the{" "}