5236 expandable list leave options when editing (#5890)

Fixes https://github.com/twentyhq/twenty/issues/5236
## After

![image](https://github.com/twentyhq/twenty/assets/29927851/5f0f910c-11b0-40ce-9c59-34e7ce0c2741)
This commit is contained in:
martmull
2024-06-17 10:17:31 +02:00
committed by GitHub
parent d99b9d1d6b
commit d8034b1f40
5 changed files with 47 additions and 41 deletions

View File

@ -22,9 +22,9 @@ import { ObjectRecordForSelect } from '@/object-record/relation-picker/hooks/use
import { prefillRecord } from '@/object-record/utils/prefillRecord';
const StyledSelectContainer = styled.div`
left: 0px;
position: absolute;
top: -8px;
left: 0;
top: 0;
`;
type ActivityTargetInlineCellEditModeProps = {