From 374fa04dd7b2b2dfd7bbcc9f26f2ceb1c9c8ab0d Mon Sep 17 00:00:00 2001 From: Umesh Jain <42075232+umeshjain1999@users.noreply.github.com> Date: Sat, 22 Jul 2023 20:29:57 +0530 Subject: [PATCH] fix: search modal overlapping with docs header --- src/components/SearchContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchContext.tsx b/src/components/SearchContext.tsx index 46b98c6..e23bf78 100644 --- a/src/components/SearchContext.tsx +++ b/src/components/SearchContext.tsx @@ -117,7 +117,7 @@ export const SearchProvider: FC<{ children: ReactNode }> = ({ children }) => { return ( - +