From 6b67e4f7142a570f210efda9685e7de534137a1d Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Sun, 28 May 2017 20:15:12 +0200 Subject: [PATCH] [BUGFIX] Mobile button position --- scss/modules/_map.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/modules/_map.scss b/scss/modules/_map.scss index 8b16adb..c5457d8 100644 --- a/scss/modules/_map.scss +++ b/scss/modules/_map.scss @@ -16,9 +16,10 @@ } @media screen and (max-width: map-get($grid-breakpoints, lg) - 1) { - right: -1rem; + right: 0.1rem; top: 0; transform: scale(.8); + transform-origin: right; } }