Skip to content

Commit 9c36491

Browse files
Fix main section position so that the search input remains clickable
1 parent ebfea62 commit 9c36491

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,10 @@ h4 > .notable-traits {
15691569
height: 73px;
15701570
}
15711571

1572+
#main {
1573+
margin-top: 100px;
1574+
}
1575+
15721576
#main > table:not(.table-display) td {
15731577
word-break: break-word;
15741578
width: 50%;

0 commit comments

Comments
 (0)