Fix building card to be on top of board pieces
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
68a3c9e1f5
commit
5f3d0a4cdb
@ -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 {
|
||||
|
@ -28,7 +28,6 @@
|
||||
filter: brightness(110%);
|
||||
transform-origin: 100% 100%;
|
||||
transform: scale(1.5);
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.Placard > div:nth-child(1) {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user