summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/newtab/drag.js
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/base/content/newtab/drag.js')
-rw-r--r--application/palemoon/base/content/newtab/drag.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/newtab/drag.js b/application/palemoon/base/content/newtab/drag.js
index fbd688faa..e3928ebd0 100644
--- a/application/palemoon/base/content/newtab/drag.js
+++ b/application/palemoon/base/content/newtab/drag.js
@@ -140,7 +140,7 @@ var gDrag = {
// drag image with its default opacity.
let dragElement = document.createElementNS(HTML_NAMESPACE, "div");
dragElement.classList.add("newtab-drag");
- let scrollbox = document.getElementById("newtab-scrollbox");
+ let scrollbox = document.getElementById("newtab-vertical-margin");
scrollbox.appendChild(dragElement);
dt.setDragImage(dragElement, 0, 0);