mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-06 04:40:15 +01:00
This commit is contained in:
parent
71a0de7b47
commit
879361ecdf
2 changed files with 2 additions and 2 deletions
|
|
@ -5,6 +5,6 @@ export const closePanel = () => {
|
|||
const modelElement = document.getElementById("model");
|
||||
menuElement.style.right = "-100vw";
|
||||
sidebarElement.style.left = "-100vw";
|
||||
modelElement.style.top = "-150vh";
|
||||
modelElement.style.top = "-200vh";
|
||||
scrimElement.classList.add("fn__none");
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue