@@ -1138,6 +585,14 @@ useEventListener(tableWrapper, 'scroll', () => {
}
}
}
+ &:not(.sticky-shadow) {
+ th,
+ td {
+ &.cell-user {
+ @apply border-r-1 border-transparent;
+ }
+ }
+ }
thead {
th {
@apply bg-gray-50 text-sm text-gray-500 font-weight-500;