Skip to content

Commit 4ed0d71

Browse files
committed
add z-index to world-map
1 parent 30a3d74 commit 4ed0d71

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

content/english/pages/world-map.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ js:
1414
Since LiaScript is a distributed approach to create and share educational content, it is difficult to keep track of all the projects that are created with it.
1515
This is why we have created a world map that shows the locations of projects that have been implemented with LiaScript so far.
1616

17+
<style>
18+
#map .leaflet-pane,
19+
#map .leaflet-top,
20+
#map .leaflet-bottom {
21+
z-index: 1 !important;
22+
}
23+
#map .leaflet-control {
24+
z-index: 2 !important;
25+
}
26+
</style>
27+
1728
<div id="map" style="height: 60vh"></div>
1829

1930
<script>

0 commit comments

Comments
 (0)