Skip to content

Commit e94015c

Browse files
committed
Fix overflow auto for tables on mobile
1 parent f5c6132 commit e94015c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mdx/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ export const Paragraph = styled.p`
197197
`
198198

199199
export const Table = styled.table`
200+
display: block;
200201
width: 100%;
201202
margin: 0 0 ${themeGet('space.3')};
202203
overflow: auto;

0 commit comments

Comments
 (0)