From 858f0d00a2ae2cf84dd923ebe4468a246a10fd79 Mon Sep 17 00:00:00 2001 From: Ryan Willis Date: Mon, 24 Feb 2025 15:35:32 -0700 Subject: [PATCH] fix: github repo list scroll issue (#8403) --- .../github-repository-select.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/insomnia/src/ui/components/modals/git-repository-settings-modal/github-repository-select.tsx b/packages/insomnia/src/ui/components/modals/git-repository-settings-modal/github-repository-select.tsx index 50a055d7f2..2fc6c69009 100644 --- a/packages/insomnia/src/ui/components/modals/git-repository-settings-modal/github-repository-select.tsx +++ b/packages/insomnia/src/ui/components/modals/git-repository-settings-modal/github-repository-select.tsx @@ -76,9 +76,9 @@ export const GitHubRepositorySelect = ( - + - className="select-none text-sm min-w-max p-2 flex flex-col overflow-y-auto focus:outline-none" + className="select-none text-sm min-w-max p-2 flex flex-col focus:outline-none" > {item => (