From 4eb85b2f38907b75ef7962ec7d376ebba5f2e81b Mon Sep 17 00:00:00 2001 From: James L Date: Mon, 9 May 2016 17:32:58 +0100 Subject: [PATCH] Removed postion property from mapWrapper which was causing issues on small screens. --- client/less/map.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/less/map.less b/client/less/map.less index b96cc73444..a027fdf145 100644 --- a/client/less/map.less +++ b/client/less/map.less @@ -2,7 +2,7 @@ * based off of https://github.com/gitterHQ/sidecar * license: MIT */ - + .map-aside { width:500px; @@ -132,7 +132,6 @@ } .mapWrapper { - position:absolute; display: block; height: 100%; width: 100%;