Make header.css and map.css relative
This commit is contained in:
parent
2b2231ecab
commit
99e9b4ac12
@ -3,7 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
.main-header {
|
.main-header {
|
||||||
z-index: 3000;
|
z-index: 3000;
|
||||||
position: absolute;
|
position: relative;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 76px; /* sync with map-container positioning */
|
height: 76px; /* sync with map-container positioning */
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.map-container {
|
.map-container {
|
||||||
position: absolute;
|
position: relative;
|
||||||
top: 76px; /* sync with header positioning*/
|
top: 76px; /* sync with header positioning*/
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user