oakmac / chessboardjs

JavaScript chessboard
https://chessboardjs.com
MIT License
2.01k stars 408 forks source link

Adding zindex to draggedPiece #206

Open joramkuntze opened 3 years ago

joramkuntze commented 3 years ago

I had the problem, that the dregged pieces where not showing. I added a zindex of 1 to the creation of the dragged pieces wich fixed the problem. I don't know if this error accures often. But this small fix might help.