Change position back to absolute

This commit is contained in:
Alireza Adli 2023-10-12 11:43:49 -04:00
parent df11643c05
commit 1169a6afc6

View File

@ -1,5 +1,5 @@
.map-container {
position: relative;
position: absolute;
top: 76px; /* sync with header positioning*/
bottom: 0;
left: 0;