rustdoc: prevent scroll bar on source viewer
This commit is contained in:
parent
c8e6a9e8b6
commit
11a94f242d
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ ul.block, .block li {
|
|||
.rustdoc .example-wrap > pre {
|
||||
margin: 0;
|
||||
flex-grow: 1;
|
||||
overflow-x: auto;
|
||||
overflow: auto hidden;
|
||||
}
|
||||
|
||||
.rustdoc .example-wrap > pre.example-line-numbers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue