table.resizer th div {
    min-width: 70px;
    resize: horizontal;
    overflow: hidden;
}

div::-webkit-resizer {
    display: none;
}