#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

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.vscode/settings.json
todo.txt
todo.md

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);

View File

@ -972,7 +972,8 @@ ul, li {
position: absolute;
bottom: 75px;
left: 223px;
display: block;
display: block;
position: 'fixed';
}
#calendar{
min-width: 150px;
@ -986,6 +987,7 @@ ul, li {
border-radius: 3%;
background: rgba(0, 0, 0, 0.5);
font-family: "GoudyAcc";
z-index: 100;
}
#calendar-hdr{
display: grid;