From 87d4b3c6e75ddc156e41c86c7dc13a879b587a5f Mon Sep 17 00:00:00 2001 From: Naomi Date: Sun, 23 Sep 2018 17:20:41 +0100 Subject: [PATCH] Fixed https://gitlab.com/autonomic-cooperative/ojuso-map/issues/75 Changed position of the map container ("jumbo") from absolute to relative because with absolute position it did not move down when the menu expanded. --- ojusomap/templates/base_with_jumbo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ojusomap/templates/base_with_jumbo.html b/ojusomap/templates/base_with_jumbo.html index 7c4606b..7af02af 100644 --- a/ojusomap/templates/base_with_jumbo.html +++ b/ojusomap/templates/base_with_jumbo.html @@ -6,7 +6,7 @@ .jumbo { height: calc(100% - 52px); width: 100%; - position: absolute; + position: relative; right: 0; bottom: 0; left: 0;