mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-01-08 09:17:43 +01:00
Fix markers overlap over menu if more than 100 markers are on the map
This commit is contained in:
parent
b3c7d89793
commit
49f76c1b11
@ -50,7 +50,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
z-index: 100; // put over bluemap markers
|
z-index: 10000; // put over bluemap markers
|
||||||
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user