forked from public/foundryvtt-reve-de-dragon
#108 fenêtre astrologie "cache" les éléments
placer le s-index dans le bon div
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user