Skip to content

Instantly share code, notes, and snippets.

@nikolaswise
Created August 28, 2014 00:15
Show Gist options
  • Save nikolaswise/557204cc96f75a8c9d9e to your computer and use it in GitHub Desktop.
Save nikolaswise/557204cc96f75a8c9d9e to your computer and use it in GitHub Desktop.
leaflet map container
<html>
<head>
</head>
<body>
<div id="map"></div>
</body>
</html>
body, html {
padding; 0;
margin: 0;
}
#map {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment