mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Reverts #14848, the overflow scrolling in the docs sidebar /cc @hnrch02
This commit is contained in:
parent
97ed62361e
commit
45b59f4307
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -638,8 +638,6 @@ 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: 20px;
|
|
||||||
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