1
0

Fix building card to be on top of board pieces

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2022-03-20 11:33:36 -07:00
parent 68a3c9e1f5
commit 5f3d0a4cdb
3 changed files with 7 additions and 4 deletions

View File

@ -86,7 +86,11 @@ body {
}
.Table .PlayersStatus {
z-index: 750;
z-index: 500; /* Under Hand */
}
.Table .PlayersStatus.ActivePlayer {
z-index: 1500; /* On top of Hand */
}
.Table .Hand {

View File

@ -28,8 +28,7 @@
filter: brightness(110%);
transform-origin: 100% 100%;
transform: scale(1.5);
z-index: 10000;
}
}
.Placard > div:nth-child(1) {
height: 15.5%;

View File

@ -16,7 +16,7 @@
pointer-events: all;
right: auto;
left: 0;
bottom: 11rem; /* 1rem over top of Resource cards in hand */
bottom: 7rem; /* 1rem over top of Resource cards in hand */
}
.PlayersStatus .Player {