From 115f53e93c026941041f04f8a82b10232ec063be Mon Sep 17 00:00:00 2001 From: Mark van der Wal Date: Tue, 18 May 2021 09:49:50 +0200 Subject: [PATCH] AW-2268 fix .fullscreen .control-container --- .../common-map/src/fm-map/components/map/map.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common-map/src/fm-map/components/map/map.component.scss b/projects/common-map/src/fm-map/components/map/map.component.scss index 0fd6e83..46476e6 100644 --- a/projects/common-map/src/fm-map/components/map/map.component.scss +++ b/projects/common-map/src/fm-map/components/map/map.component.scss @@ -53,7 +53,7 @@ aol-map { width:100%;} } .fullscreen .control-container { - bottom: 5em; + bottom: 1em; } switch2d3d {