7 lines
79 B
CSS
7 lines
79 B
CSS
.map-container {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|