From e1a26d66d55ecfcd128e9d39d5b5112fd9fb084e Mon Sep 17 00:00:00 2001 From: ntr Date: Sat, 1 Jun 2019 14:05:58 +1000 Subject: [PATCH] zindex player --- client/assets/styles/game.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/assets/styles/game.css b/client/assets/styles/game.css index 011eefa8..aab34e57 100644 --- a/client/assets/styles/game.css +++ b/client/assets/styles/game.css @@ -23,6 +23,7 @@ .player { grid-area: player; + z-index: 5; } .opponent {