make maps go under explore bar

This commit is contained in:
Connor Turland 2016-08-11 17:26:11 -04:00
parent 44bb0020bc
commit 449c2084bb

View file

@ -595,9 +595,15 @@
#exploreMaps { #exploreMaps {
display: none; display: none;
padding: 110px 5% 40px 5%; padding: 0 5%;
position: absolute; position: absolute;
width: 90%; width: 90%;
height: 100%;
overflow-y: auto;
}
#exploreMaps > div {
margin-top: 110px;
} }
#exploreMapsHeader { #exploreMapsHeader {