raatmarien / playcardswith.me

Play cards with your friends online
https://playcardswith.me
MIT License
8 stars 1 forks source link

change z-index on pick up cards #138

Open sambeard opened 4 years ago

sambeard commented 4 years ago

At the moment when dragging the card from your hand to the table the z-index remains the same and cards can move underneath other cards, this is not intuitive behavior and should be changed to a temporarily high number.

sambeard commented 4 years ago

also maybe udpate the entire table on release of card so that z-index don't increment to infinity (z-indexs alway remain in the range of 1- amount of cards)