fix map floating above menu

This commit is contained in:
Aadil Ayub 2023-05-05 22:41:34 +05:00
parent f1a87a899f
commit 131d17f89c
1 changed files with 1 additions and 0 deletions

View File

@ -1019,6 +1019,7 @@ label:hover {
/* publishers map */
#map {
margin-bottom: 4rem;
z-index: -1;
}