Commit 98f2cfba authored by Ategon's avatar Ategon Committed by Grant
Browse files

Fix initial overlay position

parent c867b220
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14,6 +14,10 @@
  align-items: center;
}

.board-move {
  position: relative;
}

.debug-point {
  position: fixed;
  z-index: 9999;