Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
Fix chat z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericbeaumet committed Mar 31, 2014
1 parent e831312 commit 062ffad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/modules/chatty.js
Expand Up @@ -280,7 +280,7 @@ Module.register(function() {
'left: 0;' +
'right: 0;' +
'margin: 0 auto;' +
'z-index: 2;' +
'z-index: 9;' +
'width: 500px;' +
'border-collapse: collapse;' +
'-webkit-transition: all 0.5s ease;' +
Expand Down

0 comments on commit 062ffad

Please sign in to comment.