mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
Fix CSS problems
This commit is contained in:
@@ -121,8 +121,8 @@ define([
|
||||
});
|
||||
this.$el.append(op);
|
||||
this.$('.grid-item-op').css({
|
||||
'left': '100px',
|
||||
'top': '100px',
|
||||
'left': event.pageX,
|
||||
'top': event.pageY,
|
||||
});
|
||||
|
||||
// Using _.bind(function, object) to make that whenever the function is
|
||||
|
Reference in New Issue
Block a user