diff --git a/src/components/mdx.jsx b/src/components/mdx.jsx
index 4172ce6d..ab0ba179 100644
--- a/src/components/mdx.jsx
+++ b/src/components/mdx.jsx
@@ -26,6 +26,16 @@ export const h5 = function H5(props) {
return
}
+// Wide markdown tables would otherwise paint past the content column and
+// under the sticky "On this page" menu; scroll them within the column instead.
+export const table = function Table(props) {
+ return (
+