diff --git a/app/javascript/dashboard/routes/dashboard/conversation/customAttributes/CustomAttributes.vue b/app/javascript/dashboard/routes/dashboard/conversation/customAttributes/CustomAttributes.vue index 01fbe9b71..4f0cf6340 100644 --- a/app/javascript/dashboard/routes/dashboard/conversation/customAttributes/CustomAttributes.vue +++ b/app/javascript/dashboard/routes/dashboard/conversation/customAttributes/CustomAttributes.vue @@ -271,7 +271,7 @@ const evenClass = [ ghost-class="ghost" handle=".drag-handle" item-key="key" - class="last:rounded-b-lg overflow-hidden" + class="last:rounded-b-lg" :class="evenClass" @start="dragging = true" @end="onDragEnd"