Skip to content

Commit

Permalink
Fix overflow auto for tables on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Oct 23, 2023
1 parent f5c6132 commit e94015c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mdx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export const Paragraph = styled.p`
`

export const Table = styled.table`
display: block;
width: 100%;
margin: 0 0 ${themeGet('space.3')};
overflow: auto;
Expand Down

0 comments on commit e94015c

Please sign in to comment.