Skip to content

Commit f1b42c5

Browse files
authored
Rollup merge of #54834 - kzys:fix-small-screen, r=GuillaumeGomez
rustdoc: overflow:auto doesn't work nicely on small screens This property was introduced by 3f92ff3, but looks it doesn't overwrap even without the property. Fixes #54672.
2 parents a95a6e2 + 2feea63 commit f1b42c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ h1, h2, h3:not(.impl):not(.method):not(.type):not(.tymethod):not(.important), h4
9797
h1.fqn {
9898
border-bottom: 1px dashed;
9999
margin-top: 0;
100-
overflow: auto;
101100
}
102101
h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) {
103102
border-bottom: 1px solid;

0 commit comments

Comments
 (0)