I am trying to figure out how to position the div with class box on top of the map in this jsbin. Can someone help me achieve this?
Below is the CSS code I have for styling the box and body.
body {
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 14px;
color: #333;
}
.box {
border: 1px solid black;
width: 200px;
height: 150px;
}