Issue #1728122 by rymo | HonoredMule: Fixed Sticky Table header tables don't inherit parent table's outer width.
parent
b927d876e9
commit
8104ea72c2
|
@ -126,7 +126,7 @@ Drupal.tableHeader.prototype.eventhandlerRecalculateStickyHeader = function (eve
|
|||
$stickyCell.css('display', 'none');
|
||||
}
|
||||
}
|
||||
this.stickyTable.css('width', this.originalTable.css('width'));
|
||||
this.stickyTable.css('width', this.originalTable.outerWidth());
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue