mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-10 21:01:50 +08:00
This commit is contained in:
parent
232ee30e84
commit
caa2f1311f
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user