diff --git a/src/components/repos/RepoHome.jsx b/src/components/repos/RepoHome.jsx index 840b9fb0..ad86c139 100644 --- a/src/components/repos/RepoHome.jsx +++ b/src/components/repos/RepoHome.jsx @@ -125,7 +125,7 @@ const RepoHome = () => { onShowItem={onShowItem} showItem={showItem} filtersHeight='calc(100vh - 300px)' - resultContainerStyle={{height: 'calc(100vh - 400px)', overflow: 'auto'}} + resultContainerStyle={{height: showItem ? 'calc(100vh - 440px)' : 'calc(100vh - 400px)', overflow: 'auto'}} /> }