Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. /* Maps fill the frame, makes percentage height maps a bit easier */
  2. html, body { height: 100%; overflow: hidden; margin: 0; }
  3.  
  4. /* Info window */
  5. .locationinfo { overflow:auto; width:600px; height:300px; }
  6. .user-location-info { overflow:auto; width:150px; height:80px; }
  7. .comment-location-info { overflow:auto; width:200px; height:140px; }
  8. .info-window-max { overflow:auto; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement