Removed postion property from mapWrapper which was causing issues on small screens.

This commit is contained in:
James L
2016-05-09 17:32:58 +01:00
parent d58bfde16b
commit 4eb85b2f38

View File

@ -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%;