浏览代码

fix page scroll

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 年之前
父节点
当前提交
9b54ca8020
共有 1 个文件被更改,包括 1 次插入1 次删除
  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',