Fix the top

This commit is contained in:
Alireza Adli 2023-11-03 11:38:35 -04:00
parent ff779aefda
commit cae401cebc

View File

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