diff --git a/static/style.scss b/static/style.scss index 5d4dae3..4bbf947 100644 --- a/static/style.scss +++ b/static/style.scss @@ -132,7 +132,7 @@ code { border-radius: 2px; white-space: pre; max-width: 95%; - overflow-x: scroll; + overflow-x: auto; font-size: 14px; }