From 0eb41deded6d042f5bb3b754e5aee7509e09b2f1 Mon Sep 17 00:00:00 2001 From: echarp Date: Fri, 19 Apr 2019 21:22:08 +0200 Subject: [PATCH] The iframed map uses the whole display available --- app/assets/stylesheets/maps.sass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/maps.sass b/app/assets/stylesheets/maps.sass index 38ec187b..f9e257d8 100644 --- a/app/assets/stylesheets/maps.sass +++ b/app/assets/stylesheets/maps.sass @@ -27,7 +27,7 @@ section.leaflet-control-layers-list label display: inline-block !important position: relative !important -html.iframe #map - width: 100% - max-width: 100% - box-shadow: none +html.iframe + &, body, main, #map + width: 100% + height: 100%