#108 fenêtre astrologie "cache" les éléments
placer le s-index dans le bon div
This commit is contained in:
parent
55007b51fb
commit
4d63f88ca8
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.vscode/settings.json
|
||||||
|
todo.txt
|
||||||
|
todo.md
|
@ -309,8 +309,6 @@ export class RdDCalendrier extends Application {
|
|||||||
let yPos = (pos.top) > window.innerHeight-20 ? window.innerHeight-100 : pos.top;
|
let yPos = (pos.top) > window.innerHeight-20 ? window.innerHeight-100 : pos.top;
|
||||||
elmnt.style.top = (yPos) + "px";
|
elmnt.style.top = (yPos) + "px";
|
||||||
elmnt.style.left = (xPos) + "px";
|
elmnt.style.left = (xPos) + "px";
|
||||||
elmnt.style.position = 'fixed';
|
|
||||||
elmnt.style.zIndex = 100;
|
|
||||||
resolve();
|
resolve();
|
||||||
} else {
|
} else {
|
||||||
setTimeout(check, 30);
|
setTimeout(check, 30);
|
||||||
|
@ -972,7 +972,8 @@ ul, li {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 75px;
|
bottom: 75px;
|
||||||
left: 223px;
|
left: 223px;
|
||||||
display: block;
|
display: block;
|
||||||
|
position: 'fixed';
|
||||||
}
|
}
|
||||||
#calendar{
|
#calendar{
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
@ -986,6 +987,7 @@ ul, li {
|
|||||||
border-radius: 3%;
|
border-radius: 3%;
|
||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.5);
|
||||||
font-family: "GoudyAcc";
|
font-family: "GoudyAcc";
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
#calendar-hdr{
|
#calendar-hdr{
|
||||||
display: grid;
|
display: grid;
|
||||||
|
Loading…
Reference in New Issue
Block a user