From 080c8ab13638f6592f4505f46d59fe50d49838ef Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Fri, 8 Mar 2013 07:37:05 +0100 Subject: [PATCH] fix #373 --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 758dfd3a..9029c23e 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,7 @@ html, body, #map { height: 100%; width: 100%; + overflow: hidden; /* workaround for #373 */ } body {