mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
🎨 https://github.com/siyuan-note/siyuan/issues/5212 & reset zindex
This commit is contained in:
parent
c14fc344c6
commit
4226541e9e
9 changed files with 78 additions and 37 deletions
|
|
@ -48,6 +48,7 @@ export class Menu {
|
|||
public remove() {
|
||||
this.element.innerHTML = "";
|
||||
this.element.classList.add("fn__none");
|
||||
this.element.style.zIndex = "";
|
||||
}
|
||||
|
||||
public append(element?: HTMLElement) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue