# HG changeset patch # User anatofuz # Date 1564471660 -32400 # Node ID 24c7aeff61598609b66e3a3a727d4acc83039cab # Parent b2278b4def2446c6299973331eb856f6c2529339 fix overflow use scroll in code block diff -r b2278b4def24 -r 24c7aeff6159 scripts/prettify.css --- a/scripts/prettify.css Wed Oct 17 12:43:14 2018 +0900 +++ b/scripts/prettify.css Tue Jul 30 16:27:40 2019 +0900 @@ -21,7 +21,7 @@ border: 1px solid rgb(224, 224, 224); box-shadow: inset 0 2px 6px rgba(0, 0, 0, .1); - overflow: hidden; + overflow: scroll; } /* Pretty print */