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

View File

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