2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into v4-docs-streamlined

This commit is contained in:
Mark Otto
2017-05-26 22:28:09 -07:00
267 changed files with 18941 additions and 27392 deletions
+4 -1
View File
@@ -1,11 +1,14 @@
// scss-lint:disable VendorPrefix
//
// Side navigation
//
.bd-sidebar {
@include media-breakpoint-up(md) {
position: -webkit-sticky;
position: sticky;
top: 2rem;
top: 5rem;
max-height: calc(100vh - 4rem);
overflow-y: auto;
}