Skip to content

Commit c2c9f7b

Browse files
Patch
1 parent e95c1fc commit c2c9f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/js/FogOfWar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const FogOfWar = L.Layer.extend({
1111
this._canvas.style.width = "100%";
1212
this._canvas.style.height = "100%";
1313
this._canvas.style.pointerEvents = "none";
14-
this._canvas.style.zIndex = "1000";
14+
this._canvas.style.zIndex = "400";
1515

1616
const container = map.getContainer();
1717
container.appendChild(this._canvas);

0 commit comments

Comments
 (0)