chessboardjs icon indicating copy to clipboard operation
chessboardjs copied to clipboard

z-index issues

Open breitling opened this issue 1 year ago • 0 comments

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

breitling avatar Mar 20 '25 21:03 breitling