.x-resizable-component {
  position: relative;

  > .resizable-r {
    position: absolute;
    top: 0;
    right: -6px;
    z-index: 90;
    display: block;
    width: 12px;
    height: 100%;
    cursor: e-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
  }

  .resizable-rb {
    position: absolute;
    right: -6px;
    bottom: -6px;
    z-index: 91;
    display: block;
    width: 12px;
    height: 12px;
    cursor: se-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
  }

  .resizable-b {
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 90;
    display: block;
    width: 100%;
    height: 12px;
    cursor: s-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
  }

  .resizable-lb {
    position: absolute;
    bottom: -6px;
    left: -6px;
    z-index: 91;
    display: block;
    width: 12px;
    height: 12px;
    cursor: sw-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
  }
  .resizable-l {
    position: absolute;
    top: 0;
    left: -6px;
    z-index: 90;
    display: block;
    width: 12px;
    height: 100%;
    cursor: w-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
  }

  .resizable-lt {
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 91;
    display: block;
    width: 12px;
    height: 12px;
    cursor: nw-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
  }

  .resizable-t {
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 90;
    display: block;
    width: 100%;
    height: 12px;
    cursor: n-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
  }

  .resizable-rt {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 91;
    display: block;
    width: 12px;
    height: 12px;
    cursor: ne-resize;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
  }
}
