aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/src
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-24 13:24:34 -0700
committerMark Otto <[email protected]>2014-10-24 13:24:34 -0700
commit1979a311d4b67f5ecb2fdaf307627504412513a8 (patch)
tree9a739776f0f513d7f2f1f2c0069a2bbb09a32ae6 /docs/assets/css/src
parent23e3995cec0604c080784ab69cc162a329daf8b2 (diff)
parente631b721ec9252585e695d61774674636f1beac6 (diff)
downloadbootstrap-1979a311d4b67f5ecb2fdaf307627504412513a8.tar.xz
bootstrap-1979a311d4b67f5ecb2fdaf307627504412513a8.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/assets/css/src')
-rw-r--r--docs/assets/css/src/docs.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css
index 0e43d1f55..1268c7690 100644
--- a/docs/assets/css/src/docs.css
+++ b/docs/assets/css/src/docs.css
@@ -638,6 +638,8 @@ body {
.bs-docs-sidebar.affix {
position: fixed; /* Undo the static from mobile first approach */
top: 20px;
+ bottom: 0;
+ overflow-y: auto;
}
.bs-docs-sidebar.affix-bottom {
position: absolute; /* Undo the static from mobile first approach */