mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
rustdoc: prevent scroll bar on source viewer
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user