#108 fenêtre astrologie "cache" les éléments

placer le s-index dans le bon div
This commit is contained in:
Vincent Vandemeulebrouck
2021-01-08 14:22:36 +01:00
parent 55007b51fb
commit 4d63f88ca8
3 changed files with 6 additions and 3 deletions

View File

@ -309,8 +309,6 @@ export class RdDCalendrier extends Application {
let yPos = (pos.top) > window.innerHeight-20 ? window.innerHeight-100 : pos.top;
elmnt.style.top = (yPos) + "px";
elmnt.style.left = (xPos) + "px";
elmnt.style.position = 'fixed';
elmnt.style.zIndex = 100;
resolve();
} else {
setTimeout(check, 30);