Fix z-index for game options so you can actually click into the password field when there are a lot of cardsets.
This commit is contained in:
parent
40c8c1e09b
commit
4bd065845e
|
@ -377,6 +377,10 @@ span.debug, span.admin {
|
|||
width: 700px;
|
||||
}
|
||||
|
||||
.game_options {
|
||||
z-index: 500;
|
||||
}
|
||||
|
||||
.game_right_side_box {
|
||||
height: 60%;
|
||||
margin: 10px;
|
||||
|
|
Loading…
Reference in New Issue