Fix overflow auto for tables on mobile
Luke Karrys committed
Oct 22, 2023 at 16:54 UTC
e94015c9afd9b6ddd449b98ca3965f3f859bd530
1 file changed
+1
src/mdx/index.js
+1
@@ -197,6 +197,7 @@ export const Paragraph = styled.p`
197
`
198
199
export const Table = styled.table`
200
+ display: block;
201
width: 100%;
202
margin: 0 0 ${themeGet('space.3')};
203
overflow: auto;