Skip to content

Commit 052f20b

Browse files
committed
fix sub components
1 parent bfdeffa commit 052f20b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/components/AnalyticalTable/TableBody/VirtualTableBody.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ export const VirtualTableBody = (props: VirtualTableBodyProps) => {
235235
position: 'absolute',
236236
width: `${virtualColumn.size}px`,
237237
top: 0,
238+
height: `${rowHeight}px`,
238239
...getDirectionStyles(isRtl, virtualColumn),
239240
},
240241
};

0 commit comments

Comments
 (0)