Skip to content

Commit

Permalink
Merge pull request #958 from habx/fix/6.7/horizontal-virtual-scroll
Browse files Browse the repository at this point in the history
APP-20827: Fix virtual horizontal scroll
  • Loading branch information
habx-auto-merge[bot] authored May 6, 2021
2 parents 5fef138 + 166385d commit 8a2053a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Table/Table.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ export const TableContainer = styled.div`
}
${TableBody} {
overflow-y: hidden;
> div {
overflow-x: hidden;
}
}
}
`
Expand Down

0 comments on commit 8a2053a

Please sign in to comment.