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 1767585 commit 6f9b988Copy full SHA for 6f9b988
src/librustdoc/html/static/css/rustdoc.css
@@ -392,6 +392,7 @@ img {
392
overflow-x: hidden;
393
/* The sidebar is by default hidden */
394
overflow-y: hidden;
395
+ z-index: 1;
396
}
397
398
.sidebar, .mobile-topbar, .sidebar-menu-toggle,
@@ -535,6 +536,9 @@ ul.block, .block li {
535
536
.rustdoc .example-wrap > pre {
537
margin: 0;
538
flex-grow: 1;
539
+}
540
+
541
+.rustdoc:not(.source) .example-wrap > pre {
542
overflow: auto hidden;
543
544
0 commit comments