mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 22:40:43 +08:00
This commit is contained in:
parent
0a19b0b3a6
commit
a12cc136d8
@ -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…
Reference in New Issue
Block a user