diff --git a/browser_tests/tests/rightClickMenu.spec.ts-snapshots/right-click-node-properties-panel-chromium-linux.png b/browser_tests/tests/rightClickMenu.spec.ts-snapshots/right-click-node-properties-panel-chromium-linux.png index f381be240..013a56f85 100644 Binary files a/browser_tests/tests/rightClickMenu.spec.ts-snapshots/right-click-node-properties-panel-chromium-linux.png and b/browser_tests/tests/rightClickMenu.spec.ts-snapshots/right-click-node-properties-panel-chromium-linux.png differ diff --git a/src/lib/litegraph/src/LGraphCanvas.ts b/src/lib/litegraph/src/LGraphCanvas.ts index 8c902527e..326997ba4 100644 --- a/src/lib/litegraph/src/LGraphCanvas.ts +++ b/src/lib/litegraph/src/LGraphCanvas.ts @@ -7629,6 +7629,7 @@ export class LGraphCanvas root.content = root.querySelector('.dialog-content') root.alt_content = root.querySelector('.dialog-alt-content') root.footer = root.querySelector('.dialog-footer') + root.footer.style.marginTop = '-96px' root.close = function () { if (typeof root.onClose == 'function') root.onClose() @@ -7831,6 +7832,9 @@ export class LGraphCanvas panel.id = 'node-panel' panel.node = node panel.classList.add('settings') + panel.style.position = 'absolute' + panel.style.top = '96px' + panel.style.left = '65px' const inner_refresh = () => { // clear