Skip to content

Commit 8c04695

Browse files
Remove unnecessary CSS rules for search results
1 parent 76a04dd commit 8c04695

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/librustdoc/html/static/rustdoc.css

-7
Original file line numberDiff line numberDiff line change
@@ -385,13 +385,6 @@ nav.sub {
385385
position: relative;
386386
}
387387

388-
#results {
389-
position: absolute;
390-
right: 0;
391-
left: 0;
392-
overflow: auto;
393-
}
394-
395388
#results > table {
396389
width: 100%;
397390
table-layout: fixed;

0 commit comments

Comments
 (0)