Skip to content

Commit 2feea63

Browse files
committed
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.
1 parent eb50e75 commit 2feea63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/rustdoc.css

-1
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)