diff --git a/packages/@react-spectrum/table/src/TableViewLayout.ts b/packages/@react-spectrum/table/src/TableViewLayout.ts index e9ec9f7d271..26138c975c1 100644 --- a/packages/@react-spectrum/table/src/TableViewLayout.ts +++ b/packages/@react-spectrum/table/src/TableViewLayout.ts @@ -59,6 +59,7 @@ export class TableViewLayout extends TableLayout { let empty = new LayoutInfo('empty', 'empty', rect); empty.parentKey = layoutInfo.key; empty.isSticky = true; + empty.allowOverflow = true; let node = { layoutInfo: empty, validRect: empty.rect