#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

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