From: Loic Baron Date: Mon, 20 Jan 2014 16:25:11 +0000 (+0100) Subject: Google Map plugin enable scroll in InfoWindow X-Git-Tag: myslice-0.3-0~26^2 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=60fab69b1491efb7a850a45458490a6be8417473 Google Map plugin enable scroll in InfoWindow --- diff --git a/plugins/googlemap/static/css/googlemap.css b/plugins/googlemap/static/css/googlemap.css index c50f9d83..db33eebe 100644 --- a/plugins/googlemap/static/css/googlemap.css +++ b/plugins/googlemap/static/css/googlemap.css @@ -13,6 +13,9 @@ div.geo { p.geo { text-align: center; font-weight: bold; + max-height: 200px; + width: 200px; + overflow: auto; } ul.geo {