UNPKG

svelte-resizable-columns

Version:
21 lines 389 B
.rc-handle-container { position: relative; } .rc-handle, .rc-handle-noresize { position: absolute; width: 7px; margin-left: -3px; z-index: 2; } .rc-handle { cursor: ew-resize; } table.rc-table-resizing { cursor: ew-resize; } table.rc-table-resizing thead, table.rc-table-resizing thead > th, table.rc-table-resizing thead > th > a { cursor: ew-resize; }