We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea95166 commit 497a2e3Copy full SHA for 497a2e3
templates/style.scss
@@ -58,6 +58,12 @@ div.rustdoc {
58
margin-right: -10px;
59
}
60
61
+
62
+ // this is actual fix for docs.rs navigation and rustdoc sidebar
63
+ position: absolute;
64
+ left: 0;
65
+ right: 0;
66
+ top: 32px;
67
68
69
body {
@@ -102,13 +108,6 @@ div.container {
102
108
text-align: left;
103
109
104
110
105
-body > div.container-rustdoc {
106
- position: absolute;
107
- left: 0;
- right: 0;
- top: 32px;
-}
111
-
112
div.container-rustdoc {
113
max-width: 1200px;
114
0 commit comments