Google Map plugin enable scroll in InfoWindow
[myslice.git] / plugins / googlemap / static / css / googlemap.css
index bba477f..db33eeb 100644 (file)
@@ -1,5 +1,6 @@
+/* use same height as the querytable plugin for nicer effect */
 div.geo {
-  height: 500px;
+  height: 600px;
 /* these don't play out too well - somehow the bottom is off
   padding: 6px;
   border-width: 1px;
@@ -12,6 +13,9 @@ div.geo {
 p.geo {
     text-align: center;
     font-weight: bold;
+    max-height: 200px;
+    width: 200px;
+    overflow: auto;
 }
 
 ul.geo {