Make header.css and map.css relative

This commit is contained in:
Alireza Adli 2023-10-19 15:38:28 -04:00
parent 2b2231ecab
commit 99e9b4ac12
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
*/
.main-header {
z-index: 3000;
position: absolute;
position: relative;
top: 0;
left: 0;
height: 76px; /* sync with map-container positioning */

View File

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