bdeb64e356
Add configurable square/hex grid in the scene editor (persisted and shown on control/presentation) and keep trap activation effects above trap icons. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
292 B
CSS
13 lines
292 B
CSS
.layer {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
/* Без z-index: порядок в DOM (сразу после картинки) держит сетку под остальными слоями. */
|
|
overflow: hidden;
|
|
}
|
|
|
|
.canvas {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|