.ui-resizable-handle{
    position: absolute;
    width: 2vw;
    height: 2vw;
    background-color: transparent;
    right: 0vw;
    bottom: 0vw;
    cursor: nw-resize;
    /* transform: rotate(45deg); */
}


