mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
fixed menu position
This commit is contained in:
parent
f1f0d59e74
commit
23ff97ba95
@ -241,7 +241,6 @@ function __WindowManager() {
|
||||
} else {
|
||||
el_button.classList.remove("menu-button-pressed");
|
||||
el_menu.style.visibility = "hidden";
|
||||
|
||||
el_menu.style.removeProperty("right");
|
||||
}
|
||||
}
|
||||
@ -266,6 +265,7 @@ function __WindowManager() {
|
||||
let el_menu = el_button.parentElement.querySelector(".menu");
|
||||
el_button.classList.remove("menu-button-pressed");
|
||||
el_menu.style.visibility = "hidden";
|
||||
el_menu.style.removeProperty("right");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user