Make UI Framework doc site sidebar lie on top of content that's scrolled sideways beneath it. (#9620)

Backports PR #9619

**Commit 1:**
Make UI Framework doc site sidebar lie on top of content that's scrolled sideways beneath it.

* Original sha: 335e5bcb82
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-12-23T01:09:06Z
This commit is contained in:
jasper 2016-12-22 20:11:45 -05:00 committed by CJ Cenizal
parent c780ab1787
commit 69f65d6051

View file

@ -7,6 +7,8 @@
width: $guideSideNavWidth;
padding: 0 20px 30px 80px;
overflow: auto;
background-color: #ffffff;
z-index: 100;
@include scrollbar;