platypush/platypush/backend/http/static/css/map.css

10 lines
119 B
CSS

#map {
width: 100%;
height: 100%;
position: static !important;
margin: 0;
padding: 0;
overflow: hidden;
}