diff --git a/static/style.css b/static/style.css index 0abc409..f482aa5 100644 --- a/static/style.css +++ b/static/style.css @@ -402,6 +402,7 @@ img { margin-bottom: 32px; background: var(--hljs-bg) !important; border-radius: var(--radius); + overflow-x: auto; } .post-content ul pre { margin-left: calc(var(--gap) * -2);