Skip to content

Commit

Permalink
Rollup merge of #107266 - kadiwa4:source_viewer_scrollbar, r=notriddle
Browse files Browse the repository at this point in the history
rustdoc: prohibit scroll bar on source viewer in Safari

Fixes #106455.
  • Loading branch information
matthiaskrgr authored Jan 25, 2023
2 parents c2f46df + 11a94f2 commit f268c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f268c7b

Please sign in to comment.