mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Merge branch 'master' of github.com:twbs/bootstrap
This commit is contained in:
commit
1979a311d4
@ -638,6 +638,8 @@ 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;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.bs-docs-sidebar.affix-bottom {
|
.bs-docs-sidebar.affix-bottom {
|
||||||
position: absolute; /* Undo the static from mobile first approach */
|
position: absolute; /* Undo the static from mobile first approach */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user