mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
Revert .bottom = "auto" removal.
This commit is contained in:
4
lib.js
4
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;
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user