mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
Revert .bottom = "auto" removal.
This commit is contained in:
parent
1537fac957
commit
7451a7cddd
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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user