From 205b73b30ed25da51b324ea9c9aab682b33f864e Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Wed, 30 Jul 2025 11:46:58 +0200 Subject: [PATCH] AW-4935 Tools in croppingscheme weer goed zetten op mobile --- .../common-map/src/fm-map/components/map/map.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d5097b5..b91c7b0 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 @@ -54,7 +54,7 @@ aol-map { position:absolute;width:100%;height:calc( 100vh );} @media screen and (max-width: 768px) { .control-container { - float:right; + margin-left: 1em; margin-right: 1em; pointer-events: all; } @@ -62,7 +62,7 @@ aol-map { position:absolute;width:100%;height:calc( 100vh );} @media screen and (min-width: 768px) { .control-container { - margin-left:1em; + float: right; margin-right: 1em; pointer-events: all; }