fix: [code-2196]: fix overlay issue (#2415)

* fix: [code-2196]: fix overlay issue
pull/3545/head
Calvin Lee 2024-08-06 17:28:03 +00:00 committed by Harness
parent b1f8f528da
commit aa24282254
3 changed files with 7 additions and 3 deletions

View File

@ -139,10 +139,13 @@
.layoutCtn {
display: flex;
height: 0px;
}
.messageContainer {
width: 100%;
height: 0px !important;
}
.emptyContainer {
height: 0px !important;
width: 100%;
}

View File

@ -18,6 +18,7 @@
// This is an auto-generated file
export declare const andOr: string
export declare const bp3PopoverWrapper: string
export declare const emptyContainer: string
export declare const highltedText: string
export declare const layoutCtn: string
export declare const messageContainer: string

View File

@ -173,7 +173,7 @@ const CodeSearchBar: FC<CodeSearchBarProps> = ({
)
)}
{isSemanticSearchFFEnabled && aidaSettingResponse?.data?.value === 'true' && (
<Container className={css.messageContainer}></Container>
<Container className={css.emptyContainer}></Container>
)}
{!isSemanticMode && (
<>