diff --git a/src/modules/search/SearchModule.tsx b/src/modules/search/SearchModule.tsx index 29cbb6e3e..02a39bfba 100644 --- a/src/modules/search/SearchModule.tsx +++ b/src/modules/search/SearchModule.tsx @@ -13,7 +13,7 @@ import { showNotification } from '@mantine/notifications'; import { useConfig } from '../../tools/state'; import { IModule } from '../ModuleTypes'; import { OverseerrModule } from '../overseerr'; -import OverseerrMediaDisplay from '../overseerr/OverseerrMediaDisplay'; +import { OverseerrMediaDisplay } from '../common'; const useStyles = createStyles((theme) => ({ hide: { @@ -148,8 +148,9 @@ export default function SearchBar(props: any) { withinPortal shadow="md" radius="md" + zIndex={100} trapFocus - transition="pop-bottom-right" + transition="pop-top-right" > - setOpened(false)}> - + setOpened(false)}> + {OverseerrResults.slice(0, 5).map((result, index) => (