Aleksander Machniak
2013-12-15 0c8049f226497c6e63eaeac7d5043862cb1adcf6
Fix position of messages list column dragging layer when the list is scrolled down
1 files modified
3 ■■■■■ changed files
program/js/list.js 3 ●●●●● patch | view | raw | blame | history
program/js/list.js
@@ -1461,6 +1461,9 @@
      var lpos = $(this.list).offset(),
        cells = this.thead.rows[0].cells;
      // fix layer position when list is scrolled
      lpos.top += this.list.scrollTop + this.list.parentNode.scrollTop;
      // create dragging layer
      this.col_draglayer = $('<div>').attr('id', 'rcmcoldraglayer')
        .css(lpos).css({ position:'absolute', 'z-index':2001,