make maps go under explore bar
This commit is contained in:
parent
44bb0020bc
commit
449c2084bb
1 changed files with 7 additions and 1 deletions
|
@ -595,9 +595,15 @@
|
|||
|
||||
#exploreMaps {
|
||||
display: none;
|
||||
padding: 110px 5% 40px 5%;
|
||||
padding: 0 5%;
|
||||
position: absolute;
|
||||
width: 90%;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#exploreMaps > div {
|
||||
margin-top: 110px;
|
||||
}
|
||||
|
||||
#exploreMapsHeader {
|
||||
|
|
Loading…
Reference in a new issue