alecpl
2009-04-09 432a614ab6e01ea5bd8876a267de67a9ee3fd544
program/js/list.js
@@ -774,7 +774,7 @@
  if (this.drag_active && this.draglayer)
  {
    var pos = rcube_event.get_mouse_pos(e);
    this.draglayer.move(pos.x+20, pos.y-5);
    this.draglayer.move(pos.x+20, bw.ie ? pos.y-5+document.documentElement.scrollTop : pos.y-5);
    this.trigger_event('dragmove', e);
  }