5236 expandable list leave options when editing (#5890)
Fixes https://github.com/twentyhq/twenty/issues/5236 ## After 
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user