mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 06:18:49 +01:00
This commit is contained in:
parent
da7aad062d
commit
a4552bb554
1 changed files with 1 additions and 0 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue