From 92ecba20f63e79011bf846d379a95a8e04205313 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Wed, 12 Apr 2023 23:29:13 +0200 Subject: [PATCH] RE-remove auto bottom. --- lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.js b/lib.js index 1839f8a..472d702 100644 --- a/lib.js +++ b/lib.js @@ -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;