Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2014-10-25 00:26:05 +0400
committerMark Otto <markdotto@gmail.com>2014-10-25 00:26:05 +0400
commit79b38361ab0bb1140a2df5ad02cf3bb4ed32a532 (patch)
tree4dab19776e795957fb4d28b3be17956602d1970d /docs/assets
parent1979a311d4b67f5ecb2fdaf307627504412513a8 (diff)
20px from bottom because the final frontier
Diffstat (limited to 'docs/assets')
-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 1268c76900..377005b1ce 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 {