Quellcode durchsuchen

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

Vanessa vor 10 Monaten
Ursprung
Commit
a4552bb554
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      app/src/layout/dock/index.ts

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

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