.sortable-sorting-item {
  user-select: none !important;
  pointer-events: none !important;
}

.sortable-position-indicator {
  position: absolute;
  height: 3px;
  background-color: $color-neutral-500;
  @include rounded($rounded-md);
}
