position sticky doesnt work code example
Example: sticky header not working chrome
thead tr:nth-child(1) th{
background: white;
position: sticky;
top: 0;
z-index: 10;
}
thead tr:nth-child(1) th{
background: white;
position: sticky;
top: 0;
z-index: 10;
}