2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

20px from bottom because the final frontier

This commit is contained in:
Mark Otto
2014-10-24 13:26:05 -07:00
parent 1979a311d4
commit 79b38361ab
+1 -1
View File
@@ -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 {