.flexible {
  position: relative;
  .dragSpot {
    width: 100%;
    height: 10px;
    cursor: ns-resize;
    position: absolute;
    top: -5px;
  }
}
