Force the map div to fill the page.
This commit is contained in:
parent
55a10e2a7b
commit
d869c88ec0
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@
|
|||
<head>
|
||||
<title>OpenStreetMap Embedded</title>
|
||||
<style type="text/css">
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
#map {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue