mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-16 19:41:06 +03:00
Interactive docs - make bottom sidebar items sticky (#5516)
This commit is contained in:
parent
f5e98efcf2
commit
916a4a27ef
|
@ -64,6 +64,10 @@ pre.highlight code {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar .menu-list {
|
||||||
|
width: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar .menu-list ul,
|
.sidebar .menu-list ul,
|
||||||
.sidebar .menu-list li {
|
.sidebar .menu-list li {
|
||||||
background: #2e353d;
|
background: #2e353d;
|
||||||
|
@ -194,7 +198,8 @@ body {
|
||||||
|
|
||||||
.sidebar .menu-list.menu-list-bottom {
|
.sidebar .menu-list.menu-list-bottom {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
|
width: inherit;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user