Fix markers overlap over menu if more than 100 markers are on the map

This commit is contained in:
Lukas Rieger (Blue) 2023-06-19 11:05:56 +02:00
parent b3c7d89793
commit 49f76c1b11
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2

View File

@ -50,7 +50,7 @@ export default {
width: 100%;
height: 100%;
z-index: 100; // put over bluemap markers
z-index: 10000; // put over bluemap markers
pointer-events: none;