From 2219b0793d40e5ceb6c6581e4629355bb55803b3 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 27 Jun 2019 18:48:40 -0700 Subject: [PATCH] fix flickering of fixed element when scrolling --- js/jquery.stickytableheaders.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/jquery.stickytableheaders.js b/js/jquery.stickytableheaders.js index 4d742f1..5909c84 100644 --- a/js/jquery.stickytableheaders.js +++ b/js/jquery.stickytableheaders.js @@ -71,7 +71,7 @@ ''); base.$head.append(base.$printStyle); }); - + base.$clonedHeader.find("input, select").attr("disabled", true); base.updateWidth(); @@ -166,7 +166,6 @@ base.$originalHeader.css({ 'position': 'fixed', 'margin-top': base.options.marginTop, - 'top': 0, 'left': newLeft, 'z-index': base.options.zIndex });