Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #footable_parent_NT_ID tbody tr td:nth-child(1),#footable_parent_NT_ID thead tr th:nth-child(1){
  2. position: sticky;
  3. position: -webkit-sticky;
  4. left: 0;
  5. z-index: 1;
  6. background: #fafafb;
  7. font-weight:bold;
  8. }
  9. #footable_parent_NT_ID .foo-table{
  10. max-width: -webkit-fit-content !important;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement