Skip to content

Commit

Permalink
fix?: split bar again (hopefully the last time)
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Sep 27, 2024
1 parent 332164a commit ca78664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AliceWM.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ca78664

Please sign in to comment.