Skip to content

Commit

Permalink
revise to overflow to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbarnes committed Jul 6, 2022
1 parent b0d2da4 commit 377a7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -23,7 +23,7 @@ export const StyledTableContainer = styled.div(({ theme }) => ({
fontFamily: theme.fonts.sansSerif,
padding: `${theme.spacing.twoXS} ${theme.spacing.xs}`,
lineHeight: theme.lineHeights.table,
overflow: "scroll",
overflow: "auto",
}))

export const StyledTable = styled.table(({ theme }) => ({
Expand Down
Expand Up @@ -23,7 +23,7 @@ export const StyledTableContainer = styled.div(({ theme }) => ({
fontFamily: theme.fonts.sansSerif,
padding: `${theme.spacing.twoXS} ${theme.spacing.md}`,
lineHeight: theme.lineHeights.table,
overflow: "scroll",
overflow: "auto",
}))

export const StyledTable = styled.table(({ theme }) => ({
Expand Down

0 comments on commit 377a7be

Please sign in to comment.