1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

Improve dropdown

This commit is contained in:
Daniel Pan
2016-03-31 21:32:00 +08:00
parent b9ba54f635
commit dd906d7f68
6 changed files with 22 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ define([
this.$el.html(this.template(data));
new DropdownView({
el: this.$('.js-dropdown'),
el: this.$('.dropdown'),
left: '-60px'
});