Skip to content

Commit

Permalink
fix for chromes thead flickering jmosbech#152
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiko Wielk authored and Raiko Wielk committed Dec 10, 2018
1 parent 8e02a39 commit 9caaa86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/jquery.stickytableheaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
base.$originalHeader.css({
'position': 'fixed',
'margin-top': base.options.marginTop,
'top': 0,
'top': base.options.fixedOffset,
'left': newLeft,
'z-index': base.options.zIndex
});
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.stickytableheaders.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9caaa86

Please sign in to comment.