Add CSS to ensure map fills body

This commit is contained in:
Tom Payne
2012-07-13 19:09:41 +02:00
parent 964bbf41bd
commit d2caf1543f

View File

@@ -1,6 +1,14 @@
<!doctype html>
<html>
<head>
<style type="text/css">
html, body, #map {
margin: 0;
overflow: hidden;
padding: 0;
height: 100%;
}
</style>
</head>
<body>
<div id="map"></div>