From 54308259a8cd3ac98aaee550ea01ad97f17172e6 Mon Sep 17 00:00:00 2001 From: Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> Date: Mon, 17 Jul 2023 23:11:35 -0400 Subject: so many updates --- src/client/views/search/SearchBox.scss | 3 +-- src/client/views/search/SearchBox.tsx | 7 ++++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/client/views/search') diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 5516cf205..a439aea3e 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -9,7 +9,6 @@ background: none; z-index: 1000; padding: 0px; - overflow: scroll; cursor: default; .searchBox-bar { @@ -22,7 +21,7 @@ padding: 5px; top: 0px; position: sticky; - background: $light-gray; + overflow-y: scroll; border-bottom: $standard-border; .searchBox-type { diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index 12c25ca09..11f22ad5e 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -17,6 +17,7 @@ import { FieldView, FieldViewProps } from '../nodes/FieldView'; import './SearchBox.scss'; import { fetchRecommendations } from '../newlightbox/utils'; import { IRecommendation, Recommendation } from '../newlightbox/components'; +import { Colors } from '../global/globalEnums'; const DAMPENING_FACTOR = 0.9; const MAX_ITERATIONS = 25; @@ -528,7 +529,7 @@ export class SearchBox extends ViewBoxBaseComponent() { )) return ( -
+
{isLinkSearch ? null : (