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 f5e98ef commit 916a4a2Copy full SHA for 916a4a2
rest_framework/static/rest_framework/docs/css/base.css
@@ -64,6 +64,10 @@ pre.highlight code {
64
display: none;
65
}
66
67
+.sidebar .menu-list {
68
+ width: inherit;
69
+}
70
+
71
.sidebar .menu-list ul,
72
.sidebar .menu-list li {
73
background: #2e353d;
@@ -194,7 +198,8 @@ body {
194
198
195
199
.sidebar .menu-list.menu-list-bottom {
196
200
margin-bottom: 0;
197
- position: absolute;
201
+ position: fixed;
202
203
bottom: 0;
204
left: 0;
205
right: 0;
0 commit comments