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-23 17:20:41 +01:00
parent b42a9c7571
commit 741f9bd91d

View File

@ -6,7 +6,7 @@
.jumbo {
height: calc(100% - 52px);
width: 100%;
position: absolute;
position: relative;
right: 0;
bottom: 0;
left: 0;