Fix dropdown menu header (#4835)

Fix an issue I add introduced by removing "position:static" and an other
regression from https://github.com/twentyhq/twenty/issues/4366
This commit is contained in:
Félix Malfait
2024-04-05 10:31:08 +02:00
committed by GitHub
parent b82519301c
commit 3df4b78e38
2 changed files with 44 additions and 27 deletions

View File

@ -117,6 +117,7 @@ export const StyledHoverableMenuItemBase = styled(StyledMenuItemBase)<{
& .hoverable-buttons {
opacity: 1;
pointer-events: auto;
position: static;
}
}
`;