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 {
|
pre.src {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: visible;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
pre.src:before {
|
pre.src:before {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue