chessboardjs
chessboardjs copied to clipboard
z-index issues
If you want to use the library in an UI where z-index is used dragging will not work. By adding a z-index value to the css in beginDraggingPiece the issue is fixed. I added 'z-index': 9999 to my JS file and the issue was fixed.
Thanks for the great library.
Bob