mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-21 00:04:51 -05:00
20px from bottom because the final frontier
This commit is contained in:
parent
1979a311d4
commit
79b38361ab
@ -638,7 +638,7 @@ body {
|
|||||||
.bs-docs-sidebar.affix {
|
.bs-docs-sidebar.affix {
|
||||||
position: fixed; /* Undo the static from mobile first approach */
|
position: fixed; /* Undo the static from mobile first approach */
|
||||||
top: 20px;
|
top: 20px;
|
||||||
bottom: 0;
|
bottom: 20px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.bs-docs-sidebar.affix-bottom {
|
.bs-docs-sidebar.affix-bottom {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user