|
|
@ -1182,14 +1182,14 @@ const deleteSelectedRangeOfRows = () => { |
|
|
|
|
|
|
|
|
|
|
|
thead th:nth-child(2) { |
|
|
|
thead th:nth-child(2) { |
|
|
|
position: sticky !important; |
|
|
|
position: sticky !important; |
|
|
|
left: 80px; |
|
|
|
left: 85px; |
|
|
|
z-index: 5; |
|
|
|
z-index: 5; |
|
|
|
@apply border-r-2 border-r-gray-300; |
|
|
|
@apply border-r-2 border-r-gray-300; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
tbody td:nth-child(2) { |
|
|
|
tbody td:nth-child(2) { |
|
|
|
position: sticky !important; |
|
|
|
position: sticky !important; |
|
|
|
left: 80px; |
|
|
|
left: 85px; |
|
|
|
z-index: 4; |
|
|
|
z-index: 4; |
|
|
|
background: white; |
|
|
|
background: white; |
|
|
|
@apply border-r-2 border-r-gray-300; |
|
|
|
@apply border-r-2 border-r-gray-300; |
|
|
|