From d85b9a81a09478599fb63b661562b5ef3e7289b7 Mon Sep 17 00:00:00 2001 From: rbellens Date: Thu, 25 Aug 2016 15:04:28 +0200 Subject: [PATCH] force position absolute on map element fix map not showing up when first initialized without a height --- google-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-map.html b/google-map.html index 2afd636..ffa53b5 100644 --- a/google-map.html +++ b/google-map.html @@ -69,7 +69,7 @@ } #map { - position: absolute; + position: absolute !important; top: 0; right: 0; bottom: 0;