Skip to content

Commit 3f9909a

Browse files
authored
Rollup merge of #106273 - notriddle:notriddle/source-content-overflow, r=GuillaumeGomez
rustdoc: remove redundant CSS `.source .content { overflow: visible }` When added in 7669f04 / #16066, the page itself was set to scroll. Now it's set so that the `example-wrap` is scrolling inside the page, so the overflow setting for the content is irrelevant.
2 parents bd20fc1 + 44fb7e2 commit 3f9909a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustdoc/html/static/css/rustdoc.css

-4
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,6 @@ img {
355355
max-width: 100%;
356356
}
357357

358-
.source .content {
359-
overflow: visible;
360-
}
361-
362358
.sub-logo-container, .logo-container {
363359
/* zero text boxes so that computed line height = image height exactly */
364360
line-height: 0;

0 commit comments

Comments
 (0)