DEBUG: map-center crosshair
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user