0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #14848 from knownasilya/patch-1

Make the docs' nav sidebar scrollable
This commit is contained in:
Mark Otto 2014-10-24 13:24:14 -07:00
commit e631b721ec

View File

@ -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 */