Automatically scroll overflowing source code
This commit is contained in:
parent
c76c46b8f1
commit
ab21f0d56e
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ ul.tags li a {
|
|||
|
||||
pre.src {
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
overflow: auto;
|
||||
}
|
||||
pre.src:before {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue