Change position to relative

This commit is contained in:
Alireza Adli 2023-10-12 11:40:57 -04:00
parent 02ddf69d06
commit 0de1d691b4

View File

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