From f0bafb21ccf41444800804e7491a3d26e5929330 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 9 Jul 2025 14:25:11 -0700 Subject: [PATCH] Fix --- src-web/components/GraphQLDocsExplorer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/GraphQLDocsExplorer.tsx b/src-web/components/GraphQLDocsExplorer.tsx index 5b6e1634..d4cde924 100644 --- a/src-web/components/GraphQLDocsExplorer.tsx +++ b/src-web/components/GraphQLDocsExplorer.tsx @@ -753,7 +753,7 @@ function GqlSchemaSearch({ style={{ maxHeight: maxHeight - 60}} className={classNames( 'x-theme-menu absolute z-10 mt-0.5 p-1.5 top-full right-0 bg-surface', - 'border border-border rounded-lg overflow-y-auto min-w-[20rem] w-full shadow-lg', + 'border border-border rounded-lg overflow-y-auto w-full shadow-lg', !focused && 'hidden', )} >