Automatically scroll overflowing source code

This commit is contained in:
Tom Willemse 2016-02-21 15:55:24 +01:00
parent c76c46b8f1
commit ab21f0d56e

View file

@ -84,7 +84,7 @@ ul.tags li a {
pre.src {
position: relative;
overflow: visible;
overflow: auto;
}
pre.src:before {
display: none;