:global {
  .react-resizable {
    position: relative;
    background-clip: padding-box;
  }
}

.reactResizableHandle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}

.reactResizableHandle.active::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: solid 1px white;
}

.darkRow > td {
  background-color: #fafafa;
}
