diff --git a/web/src/app/globals.css b/web/src/app/globals.css index b3eaa38a23ee..cff23a00928a 100644 --- a/web/src/app/globals.css +++ b/web/src/app/globals.css @@ -280,6 +280,8 @@ .include-scrollbar { scrollbar-width: thin; scrollbar-color: #888 transparent; + overflow: overlay; + overflow-y: scroll; } .inputscroll::-webkit-scrollbar-track { diff --git a/web/src/components/search/SearchResultsDisplay.tsx b/web/src/components/search/SearchResultsDisplay.tsx index e0ef9edff606..4f16f95c0c4a 100644 --- a/web/src/components/search/SearchResultsDisplay.tsx +++ b/web/src/components/search/SearchResultsDisplay.tsx @@ -169,7 +169,7 @@ export const SearchResultsDisplay = ({ {documents && documents.length > 0 && (
Results
{!DISABLE_LLM_DOC_RELEVANCE && (contentEnriched || searchResponse.additional_relevance) && (