Make position fixed

This commit is contained in:
Alireza Adli 2023-10-05 17:19:57 -04:00
parent 0586af694a
commit 75ba25f2ed

View File

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