Revert .bottom = "auto" removal.

This commit is contained in:
lindenkron 2023-04-12 19:34:45 +02:00
parent 1537fac957
commit 7451a7cddd

4
lib.js
View File

@ -2010,7 +2010,7 @@ function makeMiniDraggableElement(elmnt) {
try {
elmnt.dragElement = false;
// elmnt.style.bottom = "auto";
elmnt.style.bottom = "auto";
elmnt.style.cursor = "grab";
elmnt.stashonmouseup = null;
@ -2174,7 +2174,7 @@ function makeDraggableElement(elmnt, absolute=false) {
try {
elmnt.dragElement = false;
// elmnt.style.bottom = "auto";
elmnt.style.bottom = "auto";
elmnt.style.cursor = "grab";
elmnt.stashonmouseup = null;
elmnt.stashonmousemove = null;