Change `overflow-x` value to `auto`

`overflow-x: scroll;` makes scrollbar visible always whether the content
does overflow or not.
This commit is contained in:
ChaYoung You 2015-02-07 06:21:21 +09:00
parent 0bf17923b5
commit 6521b84aac
No known key found for this signature in database
GPG Key ID: 46D5FC2EE79FBC2D
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ code {
pre {
padding: 8px 12px;
overflow-x: scroll;
overflow-x: auto;
> code {
border: 0;