Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5
This commit is contained in:
commit
5af2790960
@ -632,7 +632,7 @@ function moreOptsMenuResize() {
|
||||
var cell_right_edge_offset = $this_dropdown.parent().position().left + $this_dropdown.parent().innerWidth();
|
||||
var left_offset = cell_right_edge_offset - $this_dropdown.innerWidth();
|
||||
var top_offset = $this_dropdown.parent().position().top + $this_dropdown.parent().innerHeight();
|
||||
$this_dropdown.offset({ top: top_offset, left: left_offset });
|
||||
$this_dropdown.css({ top: top_offset, left: left_offset });
|
||||
});
|
||||
}, 100);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user