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

10 lines
119 B
CSS
Raw Normal View History

2018-06-12 17:32:59 +02:00
#map {
width: 100%;
height: 100%;
position: static !important;
margin: 0;
padding: 0;
overflow: hidden;
}