From c01892bbf57c0e97b5a9b8fbad39413915598a46 Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Mon, 26 Aug 2024 12:13:06 -0400 Subject: [PATCH] Z-index adjustments --- src/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map.js b/src/map.js index caef7ec..d448510 100644 --- a/src/map.js +++ b/src/map.js @@ -433,7 +433,6 @@ export const generateMapHTML = function (gameConfig, history) { width: 100%; text-align: center; margin-top: -2em; - z-index: -1; } .map svg { @@ -485,6 +484,7 @@ export const generateMapHTML = function (gameConfig, history) { justify-content: space-between; width: 100%; gap: 1em; + z-index: 100; } #history {