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 <otto@github.com>2019-07-25 09:47:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-25 10:25:39 +0300
commit3adcf3a9543aedef3dd0cdfa042f756053b02d08 (patch)
tree2aade774aacebe6ce80b349003f8968dcc1de10b
parent2f4f15c0180e17eaa69cf9310b205da073260d5b (diff)
Restore `7rem` so that the sidebar is balanced on top and bottom
-rw-r--r--site/static/docs/4.3/assets/scss/_sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/static/docs/4.3/assets/scss/_sidebar.scss b/site/static/docs/4.3/assets/scss/_sidebar.scss
index e8cc5bdab7..9708a426d4 100644
--- a/site/static/docs/4.3/assets/scss/_sidebar.scss
+++ b/site/static/docs/4.3/assets/scss/_sidebar.scss
@@ -6,7 +6,7 @@
position: sticky;
top: 5rem;
z-index: 1000;
- height: calc(100vh - 5rem);
+ height: calc(100vh - 7rem);
overflow-y: auto;
}
}