Fix calendar pos 2

This commit is contained in:
Vincent Vandemeulebrouck
2021-01-08 15:30:44 +01:00
parent 2d8cfe9a71
commit 948d1009b1
2 changed files with 0 additions and 5 deletions

View File

@ -476,8 +476,6 @@ export class RdDCalendrier extends Application {
elmnt.style.bottom = null
elmnt.style.top = (elmnt.offsetTop - pos2) + "px";
elmnt.style.left = (elmnt.offsetLeft - pos1) + "px";
elmnt.style.position = 'fixed';
elmnt.style.zIndex = 100;
}
function closeDragElement() {