From 884dc6fa493268b57689878f468b3e72316a4cab Mon Sep 17 00:00:00 2001 From: orangemug Date: Wed, 29 May 2019 18:28:47 +0100 Subject: [PATCH] Fixed typos. --- src/styles/_map.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/_map.scss b/src/styles/_map.scss index 15e08ce..c45eab3 100644 --- a/src/styles/_map.scss +++ b/src/styles/_map.scss @@ -59,7 +59,7 @@ background: rgb(28, 31, 36); padding: 6px 8px; border-radius: 2px; - z-indeX: 9999; + z-index: 9999; } .maputnik-ol-zoom { @@ -70,7 +70,7 @@ border-radius: 2px; padding: 6px 8px; color: $color-lowgray; - z-indeX: 9999; + z-index: 9999; font-size: 12px; font-weight: bold; }