Make markdown code blocks scrollable

This commit is contained in:
Christian Harke 2025-01-20 21:20:50 +01:00
parent 630f2957de
commit 2344eee2c6

View file

@ -189,6 +189,7 @@ const MarkdownContainer = styled("div")`
} }
pre { pre {
overflow-x: scroll;
padding: 0.9rem; padding: 0.9rem;
} }