From c770b440c27580dbdbf3ad00cb26286a33dd48ae Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 2 Feb 2020 11:47:37 +0000 Subject: [PATCH] Make background map container white to match html page default. --- src/styles/_components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_components.scss b/src/styles/_components.scss index 4bcc11a..f64fa17 100644 --- a/src/styles/_components.scss +++ b/src/styles/_components.scss @@ -1,5 +1,6 @@ // MAP .maputnik-map__container { + background: white; display: flex; position: fixed !important; top: $toolbar-height + $toolbar-offset;