Browse Source

fix page scroll

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 year ago
parent
commit
9b54ca8020
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/pages/search/Styles.ts

+ 1 - 1
client/src/pages/search/Styles.ts

@@ -65,7 +65,7 @@ export const getVectorSearchStyles = makeStyles((theme: Theme) => ({
     flexDirection: 'column',
     flexGrow: 0,
     width: 'calc(100vw - 500px)', // replace 300px with the actual width of your form
-    height: `calc(100vh - 108px)`,
+    height: `calc(100vh - 130px)`,
   },
   toolbar: {
     display: 'flex',