Fixed some UI issues caused by React and Mantine upgrade. #2167

pull/2131/head v1.2.2-beta.15
morpheus65535 1 year ago
parent 3c57381bb4
commit bc40abac50

@ -93,6 +93,7 @@ export function Selector<T>({
return (
<Select
withinPortal={true}
data={data}
defaultValue={wrappedDefaultValue}
value={wrappedValue}

@ -237,7 +237,7 @@ const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({
const { ref, hovered } = useHover();
return (
<Popover opened={hovered} position="top" width={360} withArrow>
<Popover opened={hovered} position="top" width={360} withArrow withinPortal>
<Popover.Target>
<Text color={hasIssues ? "yellow" : "green"} ref={ref}>
<FontAwesomeIcon

Loading…
Cancel
Save