From 05125019933c8d39963b3083514d05d695a06e0b Mon Sep 17 00:00:00 2001 From: Jesse McDonald Date: Mon, 27 Apr 2020 02:35:26 -0500 Subject: [PATCH] fix for pieces drawn above the phantom square --- css/chess.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/chess.css b/css/chess.css index 102262e..cf688a3 100644 --- a/css/chess.css +++ b/css/chess.css @@ -289,6 +289,7 @@ button:disabled .silhouette { width: 100%; height: 100%; background-color: rgba(128,128,128,0.5); + z-index: 10; } .cb-lt-piece, .cb-dk-piece {