How can I make sure that my map stays in a fixed position on the screen even when the user scrolls? Here is the code snippet I am using:
#map {
float: right;
height: 545px;
width: 40%;
margin-top: 12px;
margin-right: 30px;
position: fixed;
}