Archived
1
0
This commit is contained in:
Jeff Becker
2016-04-30 13:28:59 -04:00
parent ad1ff687f6
commit d59cb4f9a8
2 changed files with 2 additions and 2 deletions

View File

@@ -265,7 +265,7 @@ function init(prefix) {
e.ondragend = function(ev) {
ev.preventDefault();
var el = document.getElementById("postform_container");
el.setAttribute("style", "top: "+ev.y+"; left: "+ev.x);
el.setAttribute("style", "top: "+ev.y+"; left: "+ev.x+ "; position: fixed; ");
}
}