Possible causes for css sticky positioning in a <thead> to not work
I've created a custom element that mimics c#’s datagridview. I was able to make the <thead> stick at the top like dot net’s listview or datagridview header until just recently I noticed it doesn’t work anymore. Everything in this custom…