Rollup merge of #106273 - notriddle:notriddle/source-content-overflow, r=GuillaumeGomez

rustdoc: remove redundant CSS `.source .content { overflow: visible }`

When added in 7669f04fb0 / #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.
This commit is contained in:
Matthias Krüger 2022-12-30 17:01:40 +01:00 committed by GitHub
commit 3f9909a7c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -355,10 +355,6 @@ img {
max-width: 100%;
}
.source .content {
overflow: visible;
}
.sub-logo-container, .logo-container {
/* zero text boxes so that computed line height = image height exactly */
line-height: 0;