Skip to content

Commit

Permalink
fix map z index
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Jul 15, 2024
1 parent a4efefa commit 8187cd5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/styles/global-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,17 @@ button {
img {
vertical-align: middle;
}

/**
* Leaflet used high z-indexes by default, causing z-index issues, enforce low z-index for it
*/
.leaflet-control {
z-index: 0 !important;
}
.leaflet-pane {
z-index: 0 !important;
}
.leaflet-top,
.leaflet-bottom {
z-index: 0 !important;
}

0 comments on commit 8187cd5

Please sign in to comment.