|
@@ -47,7 +47,7 @@ const SearchControl: FC <Props> = (props: Props) => {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
- <div className="search-control-section bg-white position-sticky fixed-top">
|
|
|
|
|
|
|
+ <div className="search-control position-sticky fixed-top">
|
|
|
<div className="search-page-nav d-flex py-3 align-items-center">
|
|
<div className="search-page-nav d-flex py-3 align-items-center">
|
|
|
<div className="flex-grow-1 mx-4">
|
|
<div className="flex-grow-1 mx-4">
|
|
|
<SearchPageFormTypeAny
|
|
<SearchPageFormTypeAny
|