mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
fix conflict of dropdown
This commit is contained in:
@@ -42,7 +42,7 @@ define([
|
||||
this.$el.html(this.template(data));
|
||||
|
||||
new DropdownView({
|
||||
el: this.$('.dropdown'),
|
||||
el: this.$('.sf-dropdown'),
|
||||
left: '-60px'
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user