twenty icon indicating copy to clipboard operation
twenty copied to clipboard

First cell of index is cropped

Open Bonapara opened this issue 1 year ago • 3 comments

Current behavior

When creating a new record on an object index, the bottom part of the floating cell is cropped underneath the cell below.

CleanShot 2024-01-03 at 12 41 37@2x

Desired behavior

The floating cell should be... floating above the cell below.

Bonapara avatar Jan 03 '24 11:01 Bonapara

Hello, I dug up the problem a little.

This is actually a regression from #3147

https://github.com/twentyhq/twenty/pull/3147/files#diff-1eb42b8c2309ef48fdce276caaf462df213a70c044ed4b5d48bc27c8cd965656R55

Screenshot 2024-01-04 143332 (I intentionally increased the alpha of the border shadow to view more clearly)

As you can see that, the first two columns are located at the top of the editing cell field.

I tried a quick fix to resolve such as changing z-index of the children, but since other cells also use the same style, it was not helpful.

I will ping @Muralidhar22 since he worked on the issue. I will try some fixes on my side too while he is looking into this issue.

Thanks

Jeong-Min-Cho avatar Jan 04 '24 09:01 Jeong-Min-Cho

@Jeong-Min-Cho I am not currently working on this issue, if you wanted to discuss anything, am happy to be of help we can connect on twenty discord server.

I can pick this issue if no one started working on this @Bonapara / @FelixMalfait

Muralidhar22 avatar Jan 04 '24 15:01 Muralidhar22

Thanks @Jeong-Min-Cho for catching this! Thanks @Muralidhar22, if of one you two can give it a shot amazing :)

FelixMalfait avatar Jan 05 '24 15:01 FelixMalfait