.ui-sortable-placeholder {
  visibility: visible !important;
  height: auto; }
  .ui-sortable-placeholder:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: .3;
    background: #008658; }
