148 cant access note without title from kanban board (#9817)
closes https://github.com/twentyhq/core-team-issues/issues/148 - fixes not openable kanban card when identifier empty - update card behavior (onClick open recordPage) - fixes right click actionDropdown position ## Before https://github.com/user-attachments/assets/696194b8-d7fa-4fc1-a6f9-b46241a262e5  ## After https://github.com/user-attachments/assets/41e296e5-ae16-47f8-b174-7dd21d74188d 
This commit is contained in:
@ -26,7 +26,7 @@ import { useDropdown } from '../hooks/useDropdown';
|
||||
|
||||
const StyledDropdownFallbackAnchor = styled.div`
|
||||
left: 0;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user