platypush/platypush/backend/http/static/css/map.css
Fabio Manganiello e216eb4792 Added maps page
2018-06-12 15:33:04 +00:00

10 lines
119 B
CSS

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