浏览代码

:art: https://github.com/siyuan-note/siyuan/issues/11938

Vanessa 10 月之前
父节点
当前提交
caa2f1311f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/src/layout/dock/index.ts

+ 0 - 1
app/src/layout/dock/index.ts

@@ -442,7 +442,6 @@ export class Dock {
         }
         this.layout.element.style.transform = "";
         this.layout.element.style.zIndex = (++window.siyuan.zIndex).toString();
-        this.element.style.zIndex = (++window.siyuan.zIndex).toString();
         if (this.position === "Left") {
             this.layout.element.style.left = `${this.element.clientWidth}px`;
         } else if (this.position === "Right") {