Skip to content

Commit

Permalink
Ensure sidebar menu does not overlap footer
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Jul 22, 2018
1 parent aecc90b commit 34c4d0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,10 @@ pre {
}
}

#sidebar-col {
overflow: -webkit-paged-x;
}

// User manual index

#user-manual-index {
Expand Down
2 changes: 1 addition & 1 deletion docs/latest/user-manual/primitives/anti-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: user-manual
project: atomix
menu: user-manual
title: Overview
title: Anti-patterns
---

Atomix distributed primitives have been in use in the [ONOS](http://onosproject.org) project for years. During that time, Atomix engineers have learned some anti-patterns to help ensure systems built on Atomix remain scalable and performant.
Expand Down

0 comments on commit 34c4d0c

Please sign in to comment.