diff options
| author | Mark Otto <[email protected]> | 2014-10-24 13:26:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-24 13:26:05 -0700 |
| commit | 79b38361ab0bb1140a2df5ad02cf3bb4ed32a532 (patch) | |
| tree | 4dab19776e795957fb4d28b3be17956602d1970d /docs | |
| parent | 1979a311d4b67f5ecb2fdaf307627504412513a8 (diff) | |
| download | bootstrap-79b38361ab0bb1140a2df5ad02cf3bb4ed32a532.tar.xz bootstrap-79b38361ab0bb1140a2df5ad02cf3bb4ed32a532.zip | |
20px from bottom because the final frontier
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/src/docs.css | 2 |
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 { |
