Browse Source

fix: segments page grid pagination disappeared (#911)

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 4 weeks ago
parent
commit
12ee409327
1 changed files with 8 additions and 1 deletions
  1. 8 1
      client/src/pages/databases/collections/segments/Segments.tsx

+ 8 - 1
client/src/pages/databases/collections/segments/Segments.tsx

@@ -214,7 +214,14 @@ const Segments = () => {
   };
 
   return (
-    <Box sx={{ width: '100%', height: '100%' }}>
+    <Box
+      sx={{
+        width: '100%',
+        height: 'calc(100vh - 128px)',
+        display: 'flex',
+        flexDirection: 'column',
+      }}
+    >
       <CustomToolBar toolbarConfigs={toolbarConfigs} />
 
       <AttuGrid