Add local scrollbars to <pre>
This commit is contained in:
parent
6e450b72f1
commit
eb40e97357
1 changed files with 4 additions and 0 deletions
|
@ -110,3 +110,7 @@ figure > img:only-child, div > img:only-child, p > img:only-child {
|
|||
margin: 1em auto;
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue