mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-23 14:17:46 -04:00
Fixed some UI issues caused by React and Mantine upgrade. #2167
This commit is contained in:
parent
3c57381bb4
commit
bc40abac50
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue