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