We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13db844 commit 379b5f0Copy full SHA for 379b5f0
1 file changed
src/librustdoc/html/static/css/rustdoc.css
@@ -290,6 +290,12 @@ nav.sub {
290
overflow: auto;
291
}
292
293
+.rustdoc:not(.source) .sidebar {
294
+ /* Ensure that sidebar does not overlap with content when horizontal
295
+ * scrollbar is present */
296
+ z-index: 1;
297
+}
298
+
299
/* Improve the scrollbar display on firefox */
300
* {
301
scrollbar-width: initial;
0 commit comments