RE-remove auto bottom.

This commit is contained in:
lindenkron 2023-04-12 23:29:13 +02:00
parent bf65917a64
commit 92ecba20f6

2
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;