mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
This commit is contained in:
parent
0a19b0b3a6
commit
a12cc136d8
2 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@
|
|||
|
||||
&--show {
|
||||
& > .b3-menu__submenu {
|
||||
transform: translateX(-100vw);
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
|
||||
& > .b3-menu__submenu--row {
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ export class Menu {
|
|||
this.element.style.transform = "translateY(-50vh)";
|
||||
this.element.style.height = "50vh";
|
||||
} else {
|
||||
this.element.style.transform = "translateY(-100vh)";
|
||||
this.element.style.transform = "translateY(-100%)";
|
||||
}
|
||||
});
|
||||
this.element.lastElementChild.scrollTop = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue