Skip to content

Commit

Permalink
Merge pull request #287 from commonsku/S50-772
Browse files Browse the repository at this point in the history
S50-772: Remove overflow-y: hidden to fix scrolling
  • Loading branch information
robert-commonsku authored Dec 11, 2024
2 parents 238f253 + e62a6f8 commit 44833c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/@commonsku/styles/tables/VirtualTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ const VirtualTable = <
return (rows[i] && rows[i].isExpanded ? 300 : 50) + gutterSize;
}}
width="auto"
style={{ overflowY: "hidden" }}
onScroll={handleScroll}
ref={listRef}
outerRef={rowsRef}
Expand Down

0 comments on commit 44833c1

Please sign in to comment.