We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9ea80 commit c31b3b1Copy full SHA for c31b3b1
public/pipes-ui.js
@@ -2681,7 +2681,7 @@ window.onload = function() {
2681
// element has position fixed)
2682
target.style.webkitTransform =
2683
target.style.transform =
2684
- 'translate(' + (x - 150) + 'px, ' + (y - document.querySelector('#blocks').scrollTop) + 'px)';
+ 'translate(' + (x - 0) + 'px, ' + (y - document.querySelector('#blocks').scrollTop) + 'px)';
2685
2686
// update the posiion attributes
2687
target.setAttribute('data-x', x);
0 commit comments