diff --git a/src/components/VnTable/VnTable.vue b/src/components/VnTable/VnTable.vue
index b7ac12237..853c64ed6 100644
--- a/src/components/VnTable/VnTable.vue
+++ b/src/components/VnTable/VnTable.vue
@@ -228,6 +228,9 @@ defineExpose({
/>
+
+
+
@@ -253,7 +256,11 @@ defineExpose({
-
+
-
+
{{ create.title }}
@@ -496,8 +503,12 @@ defineExpose({
}
.sticky {
position: sticky;
+ right: 0;
z-index: 1;
}
+ td.sticky {
+ background-color: var(--q-dark);
+ }
}
.vn-label-value {