Removed postion property from mapWrapper which was causing issues on small screens.
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
* based off of https://github.com/gitterHQ/sidecar
|
* based off of https://github.com/gitterHQ/sidecar
|
||||||
* license: MIT
|
* license: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.map-aside {
|
.map-aside {
|
||||||
width:500px;
|
width:500px;
|
||||||
|
|
||||||
@ -132,7 +132,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mapWrapper {
|
.mapWrapper {
|
||||||
position:absolute;
|
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Reference in New Issue
Block a user