This commit is contained in:
Vanessa 2022-11-05 21:42:43 +08:00
parent 71a0de7b47
commit 879361ecdf
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@
&--all {
width: 100vw;
right: 0;
top: -150vh;
top: -200vh;
}
}

View file

@ -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");
};