Merge pull request #355 from mikeprimm/master
Force 'z-order' in 'map' style to zero to make sure components don't wind up behind it
This commit is contained in:
commit
f592f5a3bf
1 changed files with 2 additions and 1 deletions
|
|
@ -63,12 +63,13 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #000;
|
background: #000;
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Map Controls */
|
/* Map Controls */
|
||||||
.gmnoprint{
|
.gmnoprint{
|
||||||
margin-top:-75px;
|
margin-top:-75px;
|
||||||
margin-left:-20px
|
margin-left:-20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue