We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa29e8 commit 4b1f8a9Copy full SHA for 4b1f8a9
packages/@react-spectrum/table/src/TableViewLayout.ts
@@ -59,6 +59,7 @@ export class TableViewLayout<T> extends TableLayout<T> {
59
let empty = new LayoutInfo('empty', 'empty', rect);
60
empty.parentKey = layoutInfo.key;
61
empty.isSticky = true;
62
+ empty.allowOverflow = true;
63
let node = {
64
layoutInfo: empty,
65
validRect: empty.rect
0 commit comments