fix for pieces drawn above the phantom square

This commit is contained in:
Jesse D. McDonald 2020-04-27 02:35:26 -05:00
parent 33d1c84fe7
commit 0512501993
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ button:disabled .silhouette {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(128,128,128,0.5); background-color: rgba(128,128,128,0.5);
z-index: 10;
} }
.cb-lt-piece, .cb-dk-piece { .cb-lt-piece, .cb-dk-piece {