aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/src/docs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css
index 1268c7690..377005b1c 100644
--- a/docs/assets/css/src/docs.css
+++ b/docs/assets/css/src/docs.css
@@ -638,7 +638,7 @@ body {
.bs-docs-sidebar.affix {
position: fixed; /* Undo the static from mobile first approach */
top: 20px;
- bottom: 0;
+ bottom: 20px;
overflow-y: auto;
}
.bs-docs-sidebar.affix-bottom {