Skip to content

Commit

Permalink
Z-index adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Aug 26, 2024
1 parent 6348ae0 commit c01892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ export const generateMapHTML = function (gameConfig, history) {
width: 100%;
text-align: center;
margin-top: -2em;
z-index: -1;
}
.map svg {
Expand Down Expand Up @@ -485,6 +484,7 @@ export const generateMapHTML = function (gameConfig, history) {
justify-content: space-between;
width: 100%;
gap: 1em;
z-index: 100;
}
#history {
Expand Down

0 comments on commit c01892b

Please sign in to comment.