/* resizable panel */
.resize-handle {
    width: 100%;
    height: 5px;
    background: #65a30d;
    position: absolute;
    top: 0;
    left: 0;
    cursor: row-resize;
  }
  
 