11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
//Map is full screen
|
|
html, body, main {
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
#map {
|
|
min-height:100%;
|
|
background:grey;
|
|
}
|