We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a847164 commit 1b7d5b8Copy full SHA for 1b7d5b8
services/static-webserver/client/source/class/osparc/dashboard/DragWidget.js
@@ -79,8 +79,8 @@ qx.Class.define("osparc.dashboard.DragWidget", {
79
if (this.getContentElement()) {
80
// place it next to the "dragdrop-own-cursor" indicator
81
const domEl = this.getContentElement().getDomElement();
82
- domEl.style.left = `${e.pageX + 30}px`;
83
- domEl.style.top = `${e.pageY + 0}px`;
+ domEl.style.left = `${e.pageX + 15}px`;
+ domEl.style.top = `${e.pageY + 5}px`;
84
}
85
},
86
0 commit comments