Vanessa 2024-09-08 22:26:23 +08:00
parent da7aad062d
commit a4552bb554

View file

@ -442,6 +442,7 @@ 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") {