This commit is contained in:
Nick Gordon
2013-11-23 16:45:14 -08:00
parent 2604d8e21e
commit b793d2b753
2 changed files with 5 additions and 1 deletions

View File

@@ -11,6 +11,10 @@
.tavern-pane
position relative
height 250px
.chat-form
position: relative
z-index: 10
.tavern-chat, .party-chat

View File

@@ -1,4 +1,4 @@
form(ng-submit='postChat(group,message.content)')
form(ng-submit='postChat(group,message.content)', class='chat-form')
.-options
//FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like
.control-group.option-large(ng-controller='AutocompleteCtrl')