🐛 card zindex

This commit is contained in:
Vanessa 2023-09-05 16:39:22 +08:00
parent 7c80f8e842
commit 2255a79003
3 changed files with 0 additions and 3 deletions

View file

@ -149,7 +149,6 @@ export const bindCardEvent = (options: {
});
});
}
(options.element.firstElementChild as HTMLElement).style.zIndex = "200";
options.element.setAttribute("data-key", window.siyuan.config.keymap.general.riffCard.custom);
const countElement = options.element.querySelector('[data-type="count"]');
const actionElements = options.element.querySelectorAll(".card__action");