Knack table bug, on scrolling the header becomes transparent and un-selectable

alright the fix is ::

 thead {
position:relative !important;
top:-10px !important;
z-index:5 !important;
}

the problem seem to be with the table header z index
reference:

1 Like