.vuedraggable-handle {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 150%;
  height: 56px;
  line-height: 56px;
  width: 50px;
  text-align: center;
  cursor: ns-resize;
}

.vuedraggable-ghost {
  opacity: .2;
}
