Update DropdownMenu.js
This commit is contained in:
@ -119,7 +119,7 @@ const Label = styled(Flex).attrs({
|
||||
`;
|
||||
|
||||
const Position = styled.div`
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
${({ left }) => (left !== undefined ? `left: ${left}px` : '')};
|
||||
${({ right }) => (right !== undefined ? `right: ${right}px` : '')};
|
||||
top: ${({ top }) => top}px;
|
||||
|
Reference in New Issue
Block a user