Guest User

Untitled

a guest
Aug 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. pointer-events: none;
  2.  
  3. <div id="crosshairCont"><canvas id="crosshair" height="450px" width="800px"></canvas></div>
  4.  
  5. #crosshairCont{
  6. z-index: 2;
  7. position: absolute;
  8. pointer-events: none;
  9. }
Add Comment
Please, Sign In to add comment