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:
parent
857714fb15
commit
87d4b3c6e7
@ -6,7 +6,7 @@
|
||||
.jumbo {
|
||||
height: calc(100% - 52px);
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
position: relative;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user