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

Loading…
Cancel
Save