/* ColumnResizer.css */
.resizer {
  display: inline-block;
  width: 5px;
  height: 100%;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: col-resize;
  user-select: none;
}