Fix display issue of the popover in the manual search modal

pull/1958/head
LASER-Yi 2 years ago
parent bb8e4f31ee
commit 56fb27aab4

@ -245,6 +245,7 @@ const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({
></FontAwesomeIcon>
</Text>
</Popover.Target>
<Popover.Dropdown>
<Group align="flex-start" spacing="xl">
<Stack align="flex-start" spacing="xs">
<Text color="green">
@ -267,6 +268,7 @@ const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({
</List>
</Stack>
</Group>
</Popover.Dropdown>
</Popover>
);
};

Loading…
Cancel
Save