1
2
3
4/* Affix for the sidebar */
5.bs-docs-sidebar.affix {
6    position: fixed;
7    top: 20px;
8    width: 263px;
9}
10
11
12
13
14