Google Map plugin enable scroll in InfoWindow
authorLoic Baron <loic.baron@lip6.fr>
Mon, 20 Jan 2014 16:25:11 +0000 (17:25 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Mon, 20 Jan 2014 16:25:11 +0000 (17:25 +0100)
plugins/googlemap/static/css/googlemap.css

index c50f9d8..db33eeb 100644 (file)
@@ -13,6 +13,9 @@ div.geo {
 p.geo {
     text-align: center;
     font-weight: bold;
+    max-height: 200px;
+    width: 200px;
+    overflow: auto;
 }
 
 ul.geo {