diff --git a/src/shared/components/ncTable/sections/CustomTable.vue b/src/shared/components/ncTable/sections/CustomTable.vue index 13bec244b..70cb28d8a 100644 --- a/src/shared/components/ncTable/sections/CustomTable.vue +++ b/src/shared/components/ncTable/sections/CustomTable.vue @@ -370,7 +370,7 @@ export default { padding-right: 16px; } - tr>td:last-child { + tr>td.sticky:last-child { // visibility: hidden; opacity: 0; }