mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 00:40:24 +00:00
20px from bottom because the final frontier
This commit is contained in:
parent
1979a311d4
commit
79b38361ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue