From 60fab69b1491efb7a850a45458490a6be8417473 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Mon, 20 Jan 2014 17:25:11 +0100 Subject: [PATCH] Google Map plugin enable scroll in InfoWindow --- plugins/googlemap/static/css/googlemap.css | 3 +++ 1 file changed, 3 insertions(+) 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 { -- 2.43.0