mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 13:48:38 +00:00
RE-remove auto bottom.
This commit is contained in:
parent
bf65917a64
commit
92ecba20f6
2
lib.js
2
lib.js
@ -2010,7 +2010,7 @@ function makeMiniDraggableElement(elmnt) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
elmnt.dragElement = false;
|
elmnt.dragElement = false;
|
||||||
elmnt.style.bottom = "auto";
|
// elmnt.style.bottom = "auto";
|
||||||
elmnt.style.cursor = "grab";
|
elmnt.style.cursor = "grab";
|
||||||
|
|
||||||
elmnt.stashonmouseup = null;
|
elmnt.stashonmouseup = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user