background for datespopup + closes menu on open

This commit is contained in:
l_samenv
2024-08-30 10:49:22 +02:00
parent dc241ce246
commit 924a6a8d1d
3 changed files with 15 additions and 9 deletions

View File

@ -1,10 +1,12 @@
#dates-popup{
width: 100%;
height: 100%;
z-index: 52;
position: absolute;
top: 0;
left : 0;
box-sizing: border-box;
margin-top: 30px;
background-color: rgba(0, 0, 0, 0.2);
}
#dates-popup-container{