DEBUG: map-center crosshair

This commit is contained in:
2024-08-08 13:46:10 -07:00
parent 0b27586a7f
commit 9e5e82ca17
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
.horz, .vert {
border: 1px solid black;
position: absolute;
padding: 0;
margin: 0;
box-sizing: border-box;
pointer-events: none;
}
body {
margin: 0;
display: flex;