Add horizontal scroll on tables

This commit is contained in:
Charles Bochet
2023-04-25 12:14:31 +02:00
parent 67e4e79623
commit 8de2d345ed
3 changed files with 60 additions and 43 deletions

View File

@ -16,6 +16,7 @@ const StyledRightContainer = styled.div`
display: flex;
flex-direction: row;
flex: 1;
overflow: hidden;
`;
type OwnProps = {