mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fixed table overlap with resizer
This commit is contained in:
parent
5bdc399226
commit
4cad6deda8
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue