mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 19:53:38 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user