7 lines
95 B
CSS
7 lines
95 B
CSS
#map {
|
|
position: absolute;
|
|
left: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
top: 0px;
|
|
}
|