#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;
|
||||
elmnt.style.top = (yPos) + "px";
|
||||
elmnt.style.left = (xPos) + "px";
|
||||
elmnt.style.position = 'fixed';
|
||||
elmnt.style.zIndex = 100;
|
||||
resolve();
|
||||
} else {
|
||||
setTimeout(check, 30);
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user