Skip to content

Commit 4b1f8a9

Browse files
authored
fix: Ensure the renderEmtpyState illustrated message is properly displayed (#8416)
1 parent 1aa29e8 commit 4b1f8a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@react-spectrum/table/src/TableViewLayout.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export class TableViewLayout<T> extends TableLayout<T> {
5959
let empty = new LayoutInfo('empty', 'empty', rect);
6060
empty.parentKey = layoutInfo.key;
6161
empty.isSticky = true;
62+
empty.allowOverflow = true;
6263
let node = {
6364
layoutInfo: empty,
6465
validRect: empty.rect

0 commit comments

Comments
 (0)