yohei0125 před 4 roky
rodič
revize
8b9874a8f5

+ 1 - 1
packages/app/src/components/SearchPage/SearchControl.tsx

@@ -61,7 +61,7 @@ const SearchControl: FC <Props> = React.memo((props: Props) => {
   }, [invokeSearch]);
   }, [invokeSearch]);
 
 
   return (
   return (
-    <div className="position-sticky shadow-sm">
+    <div className="position-sticky fixed-top shadow-sm">
       <div className="grw-search-page-nav d-flex py-3 align-items-center">
       <div className="grw-search-page-nav d-flex py-3 align-items-center">
         <div className="flex-grow-1 mx-4">
         <div className="flex-grow-1 mx-4">
           <SearchForm
           <SearchForm