Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #105 from gkoo/current-zindex
Browse files Browse the repository at this point in the history
Add a z-index to the current chat window
  • Loading branch information
bkad committed Sep 12, 2013
2 parents 167f5e9 + 60c8b91 commit aa5f736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chat/assets/style.styl
Expand Up @@ -319,6 +319,8 @@ button, select
text-align: center

.chat-messages
&.current
z-index: 500
&:not(.current)
// We should just have 'display: none' here, but doing this instead is a workaround for an extremely
// strange bug where the input box hangs before deleting the first character. See
Expand Down

0 comments on commit aa5f736

Please sign in to comment.