diff --git a/src/litegraph.js b/src/litegraph.js index dc51ed6e8..e78f2080c 100755 --- a/src/litegraph.js +++ b/src/litegraph.js @@ -8219,7 +8219,7 @@ LGraphNode.prototype.executeAction = function(action) **/ LGraphCanvas.prototype.renderInfo = function(ctx, x, y) { x = x || 10; - y = y || this.canvas.height - 80; + y = y || this.canvas.offsetHeight - 80; ctx.save(); ctx.translate(x, y);