Skip to content

Commit 46e4f44

Browse files
committed
Fix table height
1 parent 26abee7 commit 46e4f44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-global-writes/src/components/shard-zones-table.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { ShardZonesDescription } from './shard-zones-description';
2424

2525
const containerStyles = css({
2626
height: '400px',
27+
overflow: 'auto',
2728
});
2829

2930
interface ShardZoneRow {

0 commit comments

Comments
 (0)