We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95c1fc commit c2c9f7bCopy full SHA for c2c9f7b
1 file changed
web/src/js/FogOfWar.js
@@ -11,7 +11,7 @@ export const FogOfWar = L.Layer.extend({
11
this._canvas.style.width = "100%";
12
this._canvas.style.height = "100%";
13
this._canvas.style.pointerEvents = "none";
14
- this._canvas.style.zIndex = "1000";
+ this._canvas.style.zIndex = "400";
15
16
const container = map.getContainer();
17
container.appendChild(this._canvas);
0 commit comments