Fixed table overlap with resizer

This commit is contained in:
navaneeth 2021-05-26 13:02:48 +05:30
parent 5bdc399226
commit 4cad6deda8

View file

@ -474,7 +474,7 @@ export function Table({
return (
<div
className="card"
style={{ width: `${width}px`, height: `${height + 3}px` }}
style={{ width: `${width}px`, height: `${height}px` }}
onClick={() => onComponentClick(id, component)}
>
<div className="card-body border-bottom py-3 jet-data-table-header">