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; }