.root {
  -st-states: resizable;
}

.root:resizable :global(table) {
  min-width: 100%;
}

.root:resizable :global([data-hook="table-resize-handle"]) {
  right: -4px !important;
  z-index: 1;
}
