Change the position back to absolute

This commit is contained in:
Alireza Adli 2023-10-06 11:59:06 -04:00
parent b0776f490c
commit 9f89423946

View File

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