From 9b0bb927599f24d0ff1e2625a2bfe0f899bcdc81 Mon Sep 17 00:00:00 2001 From: Kleper Date: Sat, 11 Feb 2017 14:46:37 -0500 Subject: [PATCH] Css Leaflet --- librerias/leaflet/leaflet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librerias/leaflet/leaflet.css b/librerias/leaflet/leaflet.css index c161c31..f9f55da 100644 --- a/librerias/leaflet/leaflet.css +++ b/librerias/leaflet/leaflet.css @@ -37,7 +37,7 @@ } /* map is broken in FF if you have max-width: 100% on tiles */ .leaflet-container img { - max-width: none !important; + /* max-width: none !important; */ } /* stupid Android 2 doesn't understand "max-width: none" properly */ .leaflet-container img.leaflet-image-layer {