Skip to content

Commit

Permalink
added z-index to #messages to keep the sign-in form on top of it
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Jan 1, 2010
1 parent ca847fc commit 3c17094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ body {
position: absolute;
right: 0;
top: 0;
z-index: -1;
}

.message {
Expand Down

0 comments on commit 3c17094

Please sign in to comment.