|
@ -76,13 +76,13 @@ |
|
|
thead, thead tr:nth-child(1) th { |
|
|
thead, thead tr:nth-child(1) th { |
|
|
border-bottom: solid 1px gray('300'); |
|
|
border-bottom: solid 1px gray('300'); |
|
|
background-color: white; |
|
|
background-color: white; |
|
|
position: sticky; |
|
|
|
|
|
|
|
|
position: sticky !important; |
|
|
z-index: 1; |
|
|
z-index: 1; |
|
|
top: 0; |
|
|
top: 0; |
|
|
} |
|
|
} |
|
|
tfoot, tfoot tr:nth-child(1) td { |
|
|
tfoot, tfoot tr:nth-child(1) td { |
|
|
background-color: $o-list-footer-bg-color; |
|
|
background-color: $o-list-footer-bg-color; |
|
|
position: sticky; |
|
|
|
|
|
|
|
|
position: sticky !important; |
|
|
bottom: 0; |
|
|
bottom: 0; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|