Changed position of the map container ("jumbo") from absolute to relative because with absolute position it did not move down when the menu expanded.
This commit is contained in:
Naomi
2018-09-26 15:09:35 +01:00
parent 857714fb15
commit 87d4b3c6e7
+1 -1
View File
@@ -6,7 +6,7 @@
.jumbo { .jumbo {
height: calc(100% - 52px); height: calc(100% - 52px);
width: 100%; width: 100%;
position: absolute; position: relative;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;