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:
Andy Janata 2013-07-20 11:11:01 -07:00
parent 40c8c1e09b
commit 4bd065845e
1 changed files with 4 additions and 0 deletions

View File

@ -377,6 +377,10 @@ span.debug, span.admin {
width: 700px;
}
.game_options {
z-index: 500;
}
.game_right_side_box {
height: 60%;
margin: 10px;