diff options
-rw-r--r-- | sass/parts/_syntax.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/parts/_syntax.scss b/sass/parts/_syntax.scss index ad85bc5..8777000 100644 --- a/sass/parts/_syntax.scss +++ b/sass/parts/_syntax.scss @@ -58,7 +58,7 @@ article{ line-height: 1.5; margin-top: 10px; padding: 5px 15px; - overflow-x: scroll; + overflow-x: auto; @include border-radius(5px); code{ background: none; |