From 52881ede7c962253d8ea33948293554478aa6456 Mon Sep 17 00:00:00 2001 From: Michael <michael.danielczok@gmail.com> Date: Tue, 4 Jul 2017 08:52:37 +0200 Subject: [PATCH] Issue #61 refactor: fix mit dem z-index --- src/QUI/Bricks/Controls/SimpleGoogleMaps.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/QUI/Bricks/Controls/SimpleGoogleMaps.css b/src/QUI/Bricks/Controls/SimpleGoogleMaps.css index cbbb109..202f8e7 100644 --- a/src/QUI/Bricks/Controls/SimpleGoogleMaps.css +++ b/src/QUI/Bricks/Controls/SimpleGoogleMaps.css @@ -1,12 +1,14 @@ .simpleGoogleMap { position: relative; + height: 100%; } .simpleGoogleMap-iframe { background: none; border: none; display: block; - height: 300px; + height: 100%; + min-height: 300px; position: relative; width: 100%; } @@ -18,7 +20,7 @@ top: 0; left: 0; background: rgba(0, 0, 0, 0.4); - z-index: 10; + z-index: 1; display: flex; align-items: center; justify-content: center; -- GitLab