We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226656f commit 611d0e6Copy full SHA for 611d0e6
src/librustdoc/html/static/rustdoc.css
@@ -179,7 +179,6 @@ nav.sub {
179
top: 0;
180
height: 100vh;
181
overflow: auto;
182
- z-index: 1;
183
}
184
185
.sidebar .current {
@@ -273,9 +272,19 @@ nav.sub {
273
272
274
padding-left: 0;
275
+
276
#search {
277
margin-left: 230px;
278
+ position: relative;
279
+}
280
281
+#results {
282
+ position: absolute;
283
+ right: 0;
284
+ left: 0;
285
+ overflow: auto;
286
287
288
.content pre.line-numbers {
289
float: left;
290
border: none;
0 commit comments