Solution: I removed the specific layout of the first cell that was reducing the clickable area to make room for the “+” button. Instead, I added a layout to the button, so it’s position absolute, allowing the clickable area to cover 100% of the cell while keeping the button above it. Another possible solution would be to modify `RecordTableColumnHeadWithDropdown` to include the button inside... - Manual test: [Loom](https://www.loom.com/share/4ceb4daa07e5457a99a07a2489db2960?sid=15959502-e272-44bd-923a-5764d077642d) - Issue: https://github.com/twentyhq/twenty/issues/14900
Run yarn dev while server running on port 3000