fix(core): update

This commit is contained in:
2023-09-13 01:37:02 +02:00
parent c76d364071
commit 494e8b7e26
11 changed files with 215 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ export class DeesContextmenu extends DeesElement {
eventArg.preventDefault();
eventArg.stopPropagation();
const contextMenu = new DeesContextmenu();
contextMenu.style.position = 'absolute';
contextMenu.style.position = 'fixed';
contextMenu.style.zIndex = '2000';
contextMenu.style.top = `${eventArg.clientY.toString()}px`;
contextMenu.style.left = `${eventArg.clientX.toString()}px`;