mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-06 04:35:11 -05:00
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:
@@ -136,7 +136,7 @@ code {
|
||||
|
||||
pre {
|
||||
padding: 8px 12px;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
|
||||
> code {
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user