From 52aa2aeae8043d290dd6c0d8581c1410fb24c74d Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Thu, 3 Oct 2024 10:59:55 +0100 Subject: [PATCH] fix: map button out of position --- src/styles/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/base.css b/src/styles/base.css index beb3d8c..0c2d99b 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -10,6 +10,7 @@ article { font-size: var(--diamond-font-size-base); overflow-y: auto; position: relative; + transform: scale(1); } .recycling-locator-variant-widget {