Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2014-10-25 00:24:14 +0400
committerMark Otto <markd.otto@gmail.com>2014-10-25 00:24:14 +0400
commite631b721ec9252585e695d61774674636f1beac6 (patch)
tree1088ab9a67f0d4e464fd13e07851245250cd08da /docs/assets
parentdbd45f2f6c235821357747e5575d1a78b3a18807 (diff)
parentfb70b13dc30dc94c610ae8bc3f98f07336694362 (diff)
Merge pull request #14848 from knownasilya/patch-1
Make the docs' nav sidebar scrollable
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/src/docs.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css
index 0e43d1f55c..1268c76900 100644
--- a/docs/assets/css/src/docs.css
+++ b/docs/assets/css/src/docs.css
@@ -638,6 +638,8 @@ body {
.bs-docs-sidebar.affix {
position: fixed; /* Undo the static from mobile first approach */
top: 20px;
+ bottom: 0;
+ overflow-y: auto;
}
.bs-docs-sidebar.affix-bottom {
position: absolute; /* Undo the static from mobile first approach */