diff --git a/app/src/frontend/header.css b/app/src/frontend/header.css index bfa5ba5a..449d91cf 100644 --- a/app/src/frontend/header.css +++ b/app/src/frontend/header.css @@ -3,7 +3,7 @@ */ .main-header { z-index: 3000; - position: absolute; + position: relative; top: 0; left: 0; height: 76px; /* sync with map-container positioning */ diff --git a/app/src/frontend/map/map.css b/app/src/frontend/map/map.css index 846ade6c..8f7a6e72 100644 --- a/app/src/frontend/map/map.css +++ b/app/src/frontend/map/map.css @@ -1,5 +1,5 @@ .map-container { - position: absolute; + position: relative; top: 76px; /* sync with header positioning*/ bottom: 0; left: 0;