Answers for "sticky header not working chrome"

CSS
0

sticky header not working chrome

thead tr:nth-child(1) th{
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
  }
Posted by: Guest on December-02-2020

Browse Popular Code Answers by Language