Removed not longer needed zIndex (from old click catcher).
This commit is contained in:
parent
db267ec8fd
commit
d6610ae906
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
class App.UserOrganizationAutocompletion extends App.Controller
|
||||
className: 'dropdown js-recipientDropdown zIndex-2'
|
||||
className: 'dropdown js-recipientDropdown'
|
||||
events:
|
||||
'hide.bs.dropdown .js-recipientDropdown': 'hideOrganizationMembers'
|
||||
'click .js-organization': 'showOrganizationMembers'
|
||||
|
|
Loading…
Reference in a new issue